Uses of Class
io.kubernetes.client.proto.V1Apps.ReplicaSet.Builder
-
Uses of V1Apps.ReplicaSet.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1Apps.ReplicaSet.BuilderModifier and TypeMethodDescriptionV1Apps.ReplicaSetList.Builder.addItemsBuilder()
List of ReplicaSets.V1Apps.ReplicaSetList.Builder.addItemsBuilder
(int index) List of ReplicaSets.V1Apps.ReplicaSet.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Apps.ReplicaSet.Builder.clear()
V1Apps.ReplicaSet.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V1Apps.ReplicaSet.Builder.clearMetadata()
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.V1Apps.ReplicaSet.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1Apps.ReplicaSet.Builder.clearSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.V1Apps.ReplicaSet.Builder.clearStatus()
Status is the most recently observed status of the ReplicaSet.V1Apps.ReplicaSet.Builder.clone()
V1Apps.ReplicaSetList.Builder.getItemsBuilder
(int index) List of ReplicaSets.V1Apps.ReplicaSet.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Apps.ReplicaSet.Builder.mergeFrom
(com.google.protobuf.Message other) V1Apps.ReplicaSet.Builder.mergeFrom
(V1Apps.ReplicaSet other) V1Apps.ReplicaSet.Builder.mergeMetadata
(Meta.ObjectMeta value) If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.V1Apps.ReplicaSet.Builder.mergeSpec
(V1Apps.ReplicaSetSpec value) Spec defines the specification of the desired behavior of the ReplicaSet.V1Apps.ReplicaSet.Builder.mergeStatus
(V1Apps.ReplicaSetStatus value) Status is the most recently observed status of the ReplicaSet.V1Apps.ReplicaSet.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static V1Apps.ReplicaSet.Builder
V1Apps.ReplicaSet.newBuilder()
static V1Apps.ReplicaSet.Builder
V1Apps.ReplicaSet.newBuilder
(V1Apps.ReplicaSet prototype) V1Apps.ReplicaSet.newBuilderForType()
protected V1Apps.ReplicaSet.Builder
V1Apps.ReplicaSet.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1Apps.ReplicaSet.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1Apps.ReplicaSet.Builder.setMetadata
(Meta.ObjectMeta value) If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.V1Apps.ReplicaSet.Builder.setMetadata
(Meta.ObjectMeta.Builder builderForValue) If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.V1Apps.ReplicaSet.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1Apps.ReplicaSet.Builder.setSpec
(V1Apps.ReplicaSetSpec value) Spec defines the specification of the desired behavior of the ReplicaSet.V1Apps.ReplicaSet.Builder.setSpec
(V1Apps.ReplicaSetSpec.Builder builderForValue) Spec defines the specification of the desired behavior of the ReplicaSet.V1Apps.ReplicaSet.Builder.setStatus
(V1Apps.ReplicaSetStatus value) Status is the most recently observed status of the ReplicaSet.V1Apps.ReplicaSet.Builder.setStatus
(V1Apps.ReplicaSetStatus.Builder builderForValue) Status is the most recently observed status of the ReplicaSet.V1Apps.ReplicaSet.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1Apps.ReplicaSet.toBuilder()
Methods in io.kubernetes.client.proto that return types with arguments of type V1Apps.ReplicaSet.BuilderModifier and TypeMethodDescriptionV1Apps.ReplicaSetList.Builder.getItemsBuilderList()
List of ReplicaSets.Methods in io.kubernetes.client.proto with parameters of type V1Apps.ReplicaSet.BuilderModifier and TypeMethodDescriptionV1Apps.ReplicaSetList.Builder.addItems
(int index, V1Apps.ReplicaSet.Builder builderForValue) List of ReplicaSets.V1Apps.ReplicaSetList.Builder.addItems
(V1Apps.ReplicaSet.Builder builderForValue) List of ReplicaSets.V1Apps.ReplicaSetList.Builder.setItems
(int index, V1Apps.ReplicaSet.Builder builderForValue) List of ReplicaSets.