Package io.kubernetes.client.proto
Interface V1beta1Certificates.CertificateSigningRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Certificates.CertificateSigningRequest,V1beta1Certificates.CertificateSigningRequest.Builder
- Enclosing class:
- V1beta1Certificates
public static interface V1beta1Certificates.CertificateSigningRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription+optional+optionalgetSpec()spec contains the certificate request, and is immutable after creation.spec contains the certificate request, and is immutable after creation.Derived information about the request.Derived information about the request.boolean+optionalbooleanhasSpec()spec contains the certificate request, and is immutable after creation.booleanDerived information about the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
hasSpec
boolean hasSpec()spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestSpec spec = 2; -
getSpec
spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestSpec spec = 2; -
getSpecOrBuilder
V1beta1Certificates.CertificateSigningRequestSpecOrBuilder getSpecOrBuilder()spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestSpec spec = 2; -
hasStatus
boolean hasStatus()Derived information about the request. +optional
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestStatus status = 3; -
getStatus
Derived information about the request. +optional
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestStatus status = 3; -
getStatusOrBuilder
V1beta1Certificates.CertificateSigningRequestStatusOrBuilder getStatusOrBuilder()Derived information about the request. +optional
optional .k8s.io.api.certificates.v1beta1.CertificateSigningRequestStatus status = 3;
-