Package k8s.io.api.core.v1
Interface Generated.ReplicationControllerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ReplicationController,Generated.ReplicationController.Builder
- Enclosing class:
- Generated
public static interface Generated.ReplicationControllerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.ObjectMetagetMetadata()If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.Generated.ObjectMetaOrBuildergetMetadataOrBuilder()If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.Generated.ReplicationControllerSpecgetSpec()Spec defines the specification of the desired behavior of the replication controller.Generated.ReplicationControllerSpecOrBuildergetSpecOrBuilder()Spec defines the specification of the desired behavior of the replication controller.Generated.ReplicationControllerStatusgetStatus()Status is the most recently observed status of the replication controller.Generated.ReplicationControllerStatusOrBuildergetStatusOrBuilder()Status is the most recently observed status of the replication controller.booleanhasMetadata()If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.booleanhasSpec()Spec defines the specification of the desired behavior of the replication controller.booleanhasStatus()Status is the most recently observed status of the replication controller.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMetadata
boolean hasMetadata()
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. 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;- Returns:
- Whether the metadata field is set.
-
getMetadata
Generated.ObjectMeta getMetadata()
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. 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;- Returns:
- The metadata.
-
getMetadataOrBuilder
Generated.ObjectMetaOrBuilder getMetadataOrBuilder()
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. 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;
-
hasSpec
boolean hasSpec()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
Generated.ReplicationControllerSpec getSpec()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
Generated.ReplicationControllerSpecOrBuilder getSpecOrBuilder()
Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerSpec spec = 2;
-
hasStatus
boolean hasStatus()
Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;- Returns:
- Whether the status field is set.
-
getStatus
Generated.ReplicationControllerStatus getStatus()
Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;- Returns:
- The status.
-
getStatusOrBuilder
Generated.ReplicationControllerStatusOrBuilder getStatusOrBuilder()
Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.core.v1.ReplicationControllerStatus status = 3;
-
-