Skip to content

Commit

Permalink
Fix kops.k8s.io_clusters.yaml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Nov 22, 2019
1 parent a343262 commit 05d0e0a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions k8s/crds/kops.k8s.io_clusters.yaml
Expand Up @@ -331,12 +331,14 @@ spec:
description: ConfigStore is the VFS path to where the configuration
(Cluster, InstanceGroups etc) is stored
type: string
containerRuntime:
description: Container runtime to use for Kubernetes
type: string
containerd:
description: Component configurations
properties:
address:
description: Address of containerd's GRPC server
(default "/run/containerd/containerd.sock")
description: Address of containerd's GRPC server (default "/run/containerd/containerd.sock")
type: string
externalConfig:
description: Complete containerd config file provided by the user
Expand All @@ -353,18 +355,13 @@ spec:
in any way (default "false")
type: boolean
state:
description: Directory for execution state files
(default "/run/containerd")
description: Directory for execution state files (default "/run/containerd")
type: string
version:
description: Consumed by nodeup and used to pick the containerd version
description: Consumed by nodeup and used to pick the containerd
version
type: string
type: object
containerRuntime:
description: ContainerRuntime is the is the software that runs at the
lowest layers of a Kubernetes node and, among other things, manages
container images starts, starts and stops container
type: string
dnsControllerGossipConfig:
description: DNSControllerGossipConfig for the cluster assuming the
use of gossip DNS
Expand All @@ -388,7 +385,7 @@ spec:
of the zone (containing dots), or can be an identifier for the zone.
type: string
docker:
description: Component configurations
description: DockerConfig is the configuration for docker
properties:
authorizationPlugins:
description: AuthorizationPlugins is a list of authorization plugins
Expand Down

0 comments on commit 05d0e0a

Please sign in to comment.