Package io.kubernetes.client.proto
Interface V1Certificates.CertificateSigningRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Certificates.CertificateSigningRequest,V1Certificates.CertificateSigningRequest.Builder
- Enclosing class:
- V1Certificates
public static interface V1Certificates.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.status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure.status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure.boolean+optionalbooleanhasSpec()spec contains the certificate request, and is immutable after creation.booleanstatus contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure.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.v1.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.v1.CertificateSigningRequestSpec spec = 2; -
getSpecOrBuilder
V1Certificates.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.v1.CertificateSigningRequestSpec spec = 2; -
hasStatus
boolean hasStatus()status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. +optional
optional .k8s.io.api.certificates.v1.CertificateSigningRequestStatus status = 3; -
getStatus
V1Certificates.CertificateSigningRequestStatus getStatus()status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. +optional
optional .k8s.io.api.certificates.v1.CertificateSigningRequestStatus status = 3; -
getStatusOrBuilder
V1Certificates.CertificateSigningRequestStatusOrBuilder getStatusOrBuilder()status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. +optional
optional .k8s.io.api.certificates.v1.CertificateSigningRequestStatus status = 3;
-