Package io.kubernetes.client.proto
Interface V1Apps.ControllerRevisionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Apps.ControllerRevision
,V1Apps.ControllerRevision.Builder
- Enclosing class:
- V1Apps
public static interface V1Apps.ControllerRevisionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Data is the serialized representation of the state.Data is the serialized representation of the state.Standard object's metadata.Standard object's metadata.long
Revision indicates the revision of the state represented by Data.boolean
hasData()
Data is the serialized representation of the state.boolean
Standard object's metadata.boolean
Revision indicates the revision of the state represented by Data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasData
boolean hasData()Data is the serialized representation of the state.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension data = 2;
-
getData
Runtime.RawExtension getData()Data is the serialized representation of the state.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension data = 2;
-
getDataOrBuilder
Runtime.RawExtensionOrBuilder getDataOrBuilder()Data is the serialized representation of the state.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension data = 2;
-
hasRevision
boolean hasRevision()Revision indicates the revision of the state represented by Data.
optional int64 revision = 3;
-
getRevision
long getRevision()Revision indicates the revision of the state represented by Data.
optional int64 revision = 3;
-