diff options
Diffstat (limited to 'certServiceK8sExternalProvider/deploy/crd.yaml')
-rw-r--r-- | certServiceK8sExternalProvider/deploy/crd.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/certServiceK8sExternalProvider/deploy/crd.yaml b/certServiceK8sExternalProvider/deploy/crd.yaml index 9bdbf350..1d45b0c9 100644 --- a/certServiceK8sExternalProvider/deploy/crd.yaml +++ b/certServiceK8sExternalProvider/deploy/crd.yaml @@ -25,14 +25,14 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - name: certserviceissuers.certmanager.onap.org + name: cmpv2issuers.certmanager.onap.org spec: group: certmanager.onap.org names: - kind: CertServiceIssuer - listKind: CertServiceIssuerList - plural: certserviceissuers - singular: certserviceissuer + kind: CMPv2Issuer + listKind: CMPv2IssuerList + plural: cmpv2issuers + singular: cmpv2issuer scope: Namespaced versions: - name: v1 @@ -40,29 +40,29 @@ spec: storage: true schema: openAPIV3Schema: - description: CertServiceIssuer is the Schema for the certserviceissuers API + description: CMPv2Issuer is the Schema for the cmpv2issuers API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/cmpv2api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/cmpv2api-conventions.md#types-kinds' type: string metadata: type: object spec: - description: CertServiceIssuerSpec defines the desired state of CertServiceIssuer + description: CMPv2IssuerSpec defines the desired state of CMPv2Issuer properties: url: description: URL is the base URL for the certservice certificates instance. type: string keyRef: description: keyRef is a reference to a Secret containing the - provisioner password used to decrypt the provisioner private key. + cmpv2provisioner password used to decrypt the cmpv2provisioner private key. properties: key: description: The key of the secret to select from. Must be a @@ -81,11 +81,11 @@ spec: - keyRef type: object status: - description: CertServiceIssuerStatus defines the observed state of CertServiceIssuer + description: CMPv2IssuerStatus defines the observed state of CMPv2Issuer properties: conditions: items: - description: CertServiceIssuerCondition contains condition information for + description: CMPv2IssuerCondition contains condition information for the certservice issuer. properties: lastTransitionTime: |