Class V1ControllerRevision
java.lang.Object
io.kubernetes.client.openapi.models.V1ControllerRevision
- All Implemented Interfaces:
KubernetesObject,KubernetesType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1ControllerRevision
extends Object
implements KubernetesObject
ControllerRevision implements an immutable snapshot of state data. Clients are responsible for
serializing and deserializing the objects that contain their internal state. Once a
ControllerRevision has been successfully created, it can not be updated. The API Server will fail
validation of all requests that attempt to mutate the Data field. ControllerRevisions may,
however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers
for update and rollback, this object is beta. However, it may be subject to name and
representation changes in future releases, and clients should not depend on its stability. It is
primarily for internal use by controllers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) booleanAPIVersion defines the versioned schema of this representation of an object.getData()Data is the serialized representation of the state.getKind()Kind is a string value representing the REST resource this object represents.Get metadataRevision indicates the revision of the state represented by Data.inthashCode()metadata(V1ObjectMeta metadata) voidsetApiVersion(String apiVersion) voidvoidvoidsetMetadata(V1ObjectMeta metadata) voidsetRevision(Long revision) toString()
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_DATA
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
SERIALIZED_NAME_METADATA
- See Also:
-
SERIALIZED_NAME_REVISION
- See Also:
-
-
Constructor Details
-
V1ControllerRevision
public V1ControllerRevision()
-
-
Method Details
-
apiVersion
-
getApiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Specified by:
getApiVersionin interfaceKubernetesType- Returns:
- apiVersion
-
setApiVersion
-
data
-
getData
Data is the serialized representation of the state.- Returns:
- data
-
setData
-
kind
-
getKind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Specified by:
getKindin interfaceKubernetesType- Returns:
- kind
-
setKind
-
metadata
-
getMetadata
Get metadata- Specified by:
getMetadatain interfaceKubernetesObject- Returns:
- metadata
-
setMetadata
-
revision
-
getRevision
Revision indicates the revision of the state represented by Data.- Returns:
- revision
-
setRevision
-
equals
-
hashCode
public int hashCode() -
toString
-