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
spec:
type:object
required:
- nameserver
properties:
nameserver:
type:object
properties:
image:
type:object
properties:
repo:
type:string
tag:
type:string
status:
type:object
properties:
conditions:
type:array
items:
description:ConnectorCondition contains condition information for a Connector.
type:object
required:
- status
- type
properties:
lastTransitionTime:
description:LastTransitionTime is the timestamp corresponding to the last status change of this condition.
type:string
format:date-time
message:
description:Message is a human readable description of the details of the last transition, complementing reason.
type:string
observedGeneration:
description:If set, this represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date with respect to the current state of the Connector.
type:integer
format:int64
reason:
description:Reason is a brief machine readable explanation for the condition's last transition.
type:string
status:
description:Status of the condition, one of ('True', 'False', 'Unknown').
type:string
type:
description:Type of the condition, known values are (`SubnetRouterReady`).