Class V1alpha1ServiceCIDRStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha1ServiceCIDRStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
public class V1alpha1ServiceCIDRStatus
extends Object
ServiceCIDRStatus describes the current state of the ServiceCIDR.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConditionsItem
(V1Condition conditionsItem) conditions
(List<V1Condition> conditions) boolean
static V1alpha1ServiceCIDRStatus
Create an instance of V1alpha1ServiceCIDRStatus given an JSON stringconditions holds an array of metav1.Condition that describe the state of the ServiceCIDR.int
hashCode()
void
setConditions
(List<V1Condition> conditions) toJson()
Convert an instance of V1alpha1ServiceCIDRStatus to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1alpha1ServiceCIDRStatus
public V1alpha1ServiceCIDRStatus()
-
-
Method Details
-
conditions
-
addConditionsItem
-
getConditions
conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj
- JSON Object- Throws:
IOException
- if the JSON Object is invalid with respect to V1alpha1ServiceCIDRStatus
-
fromJson
Create an instance of V1alpha1ServiceCIDRStatus given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1alpha1ServiceCIDRStatus
- Throws:
IOException
- if the JSON string is invalid with respect to V1alpha1ServiceCIDRStatus
-
toJson
Convert an instance of V1alpha1ServiceCIDRStatus to an JSON string- Returns:
- JSON string
-