Class GatewayClassStatus
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayClassStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GatewayClassStatusBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GatewayClassStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<GatewayClassStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
GatewayClassStatus is the current status for the GatewayClass.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatewayClassStatus()
No args constructor for use in serializationGatewayClassStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, List<SupportedFeature> supportedFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayClassStatusBuilder
edit()
Map<String,Object>
getAdditionalProperties()
List<io.fabric8.kubernetes.api.model.Condition>
getConditions()
Conditions is the current status from the controller for this GatewayClass.List<SupportedFeature>
getSupportedFeatures()
SupportedFeatures is the set of features the GatewayClass support.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
Conditions is the current status from the controller for this GatewayClass.void
setSupportedFeatures(List<SupportedFeature> supportedFeatures)
SupportedFeatures is the set of features the GatewayClass support.GatewayClassStatusBuilder
toBuilder()
-
-
-
Constructor Detail
-
GatewayClassStatus
public GatewayClassStatus()
No args constructor for use in serialization
-
GatewayClassStatus
public GatewayClassStatus(List<io.fabric8.kubernetes.api.model.Condition> conditions, List<SupportedFeature> supportedFeatures)
-
-
Method Detail
-
getConditions
public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
Conditions is the current status from the controller for this GatewayClass.Controllers should prefer to publish conditions using values of GatewayClassConditionType for the type of each Condition.
-
setConditions
public void setConditions(List<io.fabric8.kubernetes.api.model.Condition> conditions)
Conditions is the current status from the controller for this GatewayClass.Controllers should prefer to publish conditions using values of GatewayClassConditionType for the type of each Condition.
-
getSupportedFeatures
public List<SupportedFeature> getSupportedFeatures()
SupportedFeatures is the set of features the GatewayClass support. It MUST be sorted in ascending alphabetical order by the Name key. <gateway:experimental>
-
setSupportedFeatures
public void setSupportedFeatures(List<SupportedFeature> supportedFeatures)
SupportedFeatures is the set of features the GatewayClass support. It MUST be sorted in ascending alphabetical order by the Name key. <gateway:experimental>
-
edit
public GatewayClassStatusBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<GatewayClassStatusBuilder>
-
toBuilder
public GatewayClassStatusBuilder toBuilder()
-
-