Uses of Class
k8s.io.api.core.v1.Generated.PodReadinessGate
-
Packages that use Generated.PodReadinessGate Package Description k8s.io.api.core.v1 -
-
Uses of Generated.PodReadinessGate in k8s.io.api.core.v1
Fields in k8s.io.api.core.v1 with type parameters of type Generated.PodReadinessGate Modifier and Type Field Description static com.google.protobuf.Parser<Generated.PodReadinessGate>Generated.PodReadinessGate. PARSERDeprecated.Methods in k8s.io.api.core.v1 that return Generated.PodReadinessGate Modifier and Type Method Description Generated.PodReadinessGateGenerated.PodReadinessGate.Builder. build()Generated.PodReadinessGateGenerated.PodReadinessGate.Builder. buildPartial()static Generated.PodReadinessGateGenerated.PodReadinessGate. getDefaultInstance()Generated.PodReadinessGateGenerated.PodReadinessGate.Builder. getDefaultInstanceForType()Generated.PodReadinessGateGenerated.PodReadinessGate. getDefaultInstanceForType()Generated.PodReadinessGateGenerated.PodSpec.Builder. getReadinessGates(int index)If specified, all readiness gates will be evaluated for pod readiness.Generated.PodReadinessGateGenerated.PodSpec. getReadinessGates(int index)If specified, all readiness gates will be evaluated for pod readiness.Generated.PodReadinessGateGenerated.PodSpecOrBuilder. getReadinessGates(int index)If specified, all readiness gates will be evaluated for pod readiness.static Generated.PodReadinessGateGenerated.PodReadinessGate. parseDelimitedFrom(InputStream input)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(byte[] data)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(com.google.protobuf.ByteString data)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(InputStream input)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(ByteBuffer data)static Generated.PodReadinessGateGenerated.PodReadinessGate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.PodReadinessGate Modifier and Type Method Description com.google.protobuf.Parser<Generated.PodReadinessGate>Generated.PodReadinessGate. getParserForType()List<Generated.PodReadinessGate>Generated.PodSpec.Builder. getReadinessGatesList()If specified, all readiness gates will be evaluated for pod readiness.List<Generated.PodReadinessGate>Generated.PodSpec. getReadinessGatesList()If specified, all readiness gates will be evaluated for pod readiness.List<Generated.PodReadinessGate>Generated.PodSpecOrBuilder. getReadinessGatesList()If specified, all readiness gates will be evaluated for pod readiness.static com.google.protobuf.Parser<Generated.PodReadinessGate>Generated.PodReadinessGate. parser()Methods in k8s.io.api.core.v1 with parameters of type Generated.PodReadinessGate Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addReadinessGates(int index, Generated.PodReadinessGate value)If specified, all readiness gates will be evaluated for pod readiness.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addReadinessGates(Generated.PodReadinessGate value)If specified, all readiness gates will be evaluated for pod readiness.Generated.PodReadinessGate.BuilderGenerated.PodReadinessGate.Builder. mergeFrom(Generated.PodReadinessGate other)static Generated.PodReadinessGate.BuilderGenerated.PodReadinessGate. newBuilder(Generated.PodReadinessGate prototype)Generated.PodSpec.BuilderGenerated.PodSpec.Builder. setReadinessGates(int index, Generated.PodReadinessGate value)If specified, all readiness gates will be evaluated for pod readiness.Method parameters in k8s.io.api.core.v1 with type arguments of type Generated.PodReadinessGate Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addAllReadinessGates(Iterable<? extends Generated.PodReadinessGate> values)If specified, all readiness gates will be evaluated for pod readiness.
-