Uses of Class
io.kubernetes.client.proto.V1Apps.DeploymentCondition
-
Uses of V1Apps.DeploymentCondition in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Apps.DeploymentConditionModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Apps.DeploymentCondition>V1Apps.DeploymentCondition.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1Apps.DeploymentConditionModifier and TypeMethodDescriptionV1Apps.DeploymentCondition.Builder.build()V1Apps.DeploymentCondition.Builder.buildPartial()V1Apps.DeploymentStatus.Builder.getConditions(int index) Represents the latest available observations of a deployment's current state.V1Apps.DeploymentStatus.getConditions(int index) Represents the latest available observations of a deployment's current state.V1Apps.DeploymentStatusOrBuilder.getConditions(int index) Represents the latest available observations of a deployment's current state.static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.getDefaultInstance()V1Apps.DeploymentCondition.Builder.getDefaultInstanceForType()V1Apps.DeploymentCondition.getDefaultInstanceForType()static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseDelimitedFrom(InputStream input) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(byte[] data) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(com.google.protobuf.ByteString data) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(com.google.protobuf.CodedInputStream input) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(InputStream input) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(ByteBuffer data) static V1Apps.DeploymentConditionV1Apps.DeploymentCondition.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Apps.DeploymentConditionModifier and TypeMethodDescriptionV1Apps.DeploymentStatus.Builder.getConditionsList()Represents the latest available observations of a deployment's current state.V1Apps.DeploymentStatus.getConditionsList()Represents the latest available observations of a deployment's current state.V1Apps.DeploymentStatusOrBuilder.getConditionsList()Represents the latest available observations of a deployment's current state.com.google.protobuf.Parser<V1Apps.DeploymentCondition>V1Apps.DeploymentCondition.getParserForType()static com.google.protobuf.Parser<V1Apps.DeploymentCondition>V1Apps.DeploymentCondition.parser()Methods in io.kubernetes.client.proto with parameters of type V1Apps.DeploymentConditionModifier and TypeMethodDescriptionV1Apps.DeploymentStatus.Builder.addConditions(int index, V1Apps.DeploymentCondition value) Represents the latest available observations of a deployment's current state.V1Apps.DeploymentStatus.Builder.addConditions(V1Apps.DeploymentCondition value) Represents the latest available observations of a deployment's current state.V1Apps.DeploymentCondition.Builder.mergeFrom(V1Apps.DeploymentCondition other) V1Apps.DeploymentCondition.newBuilder(V1Apps.DeploymentCondition prototype) V1Apps.DeploymentStatus.Builder.setConditions(int index, V1Apps.DeploymentCondition value) Represents the latest available observations of a deployment's current state.Method parameters in io.kubernetes.client.proto with type arguments of type V1Apps.DeploymentConditionModifier and TypeMethodDescriptionV1Apps.DeploymentStatus.Builder.addAllConditions(Iterable<? extends V1Apps.DeploymentCondition> values) Represents the latest available observations of a deployment's current state.