Class V1IngressPortStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressPortStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressPortStatus
extends Object
IngressPortStatus represents the error condition of a service port
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set error in a chainable fashion.getError()
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.getPort()
port is the port number of the ingress port.protocol is the protocol of the ingress port.int
hashCode()
Set port in a chainable fashion.Set protocol in a chainable fashion.void
Set the error property valuevoid
Set the port property valuevoid
setProtocol
(String protocol) Set the protocol property valuetoString()
-
Field Details
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
JSON_PROPERTY_PROTOCOL
- See Also:
-
-
Constructor Details
-
V1IngressPortStatus
-
-
Method Details
-
getError
error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.- Returns:
- the error property value
-
setError
Set the error property value -
error
Set error in a chainable fashion.- Returns:
- The same instance of V1IngressPortStatus for chaining.
-
getPort
port is the port number of the ingress port.- Returns:
- the port property value
-
setPort
Set the port property value -
port
Set port in a chainable fashion.- Returns:
- The same instance of V1IngressPortStatus for chaining.
-
getProtocol
protocol is the protocol of the ingress port. The supported values are: \"TCP\", \"UDP\", \"SCTP\"- Returns:
- the protocol property value
-
setProtocol
Set the protocol property value -
protocol
Set protocol in a chainable fashion.- Returns:
- The same instance of V1IngressPortStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-