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'
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'
type:string
metadata:
type:object
status:
description:Status of the credential issuer.
properties:
kubeConfigInfo:
description:Information needed to form a valid Pinniped-based kubeconfig
using this credential issuer.
properties:
certificateAuthorityData:
description:The K8s API server CA bundle.
minLength:1
type:string
server:
description:The K8s API server URL.
minLength:1
pattern:^https://|^http://
type:string
required:
- certificateAuthorityData
- server
type:object
strategies:
description:List of integration strategies that were attempted by
Pinniped.
items:
description:Status of an integration strategy that was attempted
by Pinniped.
properties:
lastUpdateTime:
description:When the status was last checked.
format:date-time
type:string
message:
description:Human-readable description of the current status.
minLength:1
type:string
reason:
description:Reason for the current status.
enum:
- FetchedKey
- CouldNotFetchKey
type:string
status:
description:Status of the attempted integration strategy.