Uses of Class
io.kubernetes.client.proto.V1.TopologySpreadConstraint
-
Uses of V1.TopologySpreadConstraint in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.TopologySpreadConstraintModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.TopologySpreadConstraint>
V1.TopologySpreadConstraint.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.TopologySpreadConstraintModifier and TypeMethodDescriptionV1.TopologySpreadConstraint.Builder.build()
V1.TopologySpreadConstraint.Builder.buildPartial()
static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.getDefaultInstance()
V1.TopologySpreadConstraint.Builder.getDefaultInstanceForType()
V1.TopologySpreadConstraint.getDefaultInstanceForType()
V1.PodSpec.Builder.getTopologySpreadConstraints
(int index) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.PodSpec.getTopologySpreadConstraints
(int index) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.PodSpecOrBuilder.getTopologySpreadConstraints
(int index) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseDelimitedFrom
(InputStream input) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(byte[] data) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(com.google.protobuf.ByteString data) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(InputStream input) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(ByteBuffer data) static V1.TopologySpreadConstraint
V1.TopologySpreadConstraint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.TopologySpreadConstraintModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.TopologySpreadConstraint>
V1.TopologySpreadConstraint.getParserForType()
V1.PodSpec.Builder.getTopologySpreadConstraintsList()
TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.PodSpec.getTopologySpreadConstraintsList()
TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.PodSpecOrBuilder.getTopologySpreadConstraintsList()
TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.static com.google.protobuf.Parser<V1.TopologySpreadConstraint>
V1.TopologySpreadConstraint.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.TopologySpreadConstraintModifier and TypeMethodDescriptionV1.PodSpec.Builder.addTopologySpreadConstraints
(int index, V1.TopologySpreadConstraint value) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.PodSpec.Builder.addTopologySpreadConstraints
(V1.TopologySpreadConstraint value) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.V1.TopologySpreadConstraint.Builder.mergeFrom
(V1.TopologySpreadConstraint other) V1.TopologySpreadConstraint.newBuilder
(V1.TopologySpreadConstraint prototype) V1.PodSpec.Builder.setTopologySpreadConstraints
(int index, V1.TopologySpreadConstraint value) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.Method parameters in io.kubernetes.client.proto with type arguments of type V1.TopologySpreadConstraintModifier and TypeMethodDescriptionV1.PodSpec.Builder.addAllTopologySpreadConstraints
(Iterable<? extends V1.TopologySpreadConstraint> values) TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.