Skip to content

Commit

Permalink
Auto generate conversions and crds
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Jan 11, 2022
1 parent 036c65c commit 98cb3c8
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bootstrap/kubeadm/api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2645,6 +2645,24 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying patches
to components deployed by kubeadm during "kubeadm init". The
minimum kubernetes version needed to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
files named "target[suffix][+patchtype].extension". For
example, "kube-apiserver0+merge.yaml" or just "etcd.json".
"target" can be one of "kube-apiserver", "kube-controller-manager",
"kube-scheduler", "etcd". "patchtype" can be one of "strategic"
"merge" or "json" and they match the patch formats supported
by kubectl. The default "patchtype" is "strategic". "extension"
must be either "json" or "yaml". "suffix" is an optional
string that can be used to determine which patches are applied
first alpha-numerically.
type: string
type: object
type: object
joinConfiguration:
description: JoinConfiguration is the kubeadm configuration for the
Expand Down Expand Up @@ -2827,6 +2845,24 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying patches
to components deployed by kubeadm during "kubeadm join". The
minimum kubernetes version needed to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
files named "target[suffix][+patchtype].extension". For
example, "kube-apiserver0+merge.yaml" or just "etcd.json".
"target" can be one of "kube-apiserver", "kube-controller-manager",
"kube-scheduler", "etcd". "patchtype" can be one of "strategic"
"merge" or "json" and they match the patch formats supported
by kubectl. The default "patchtype" is "strategic". "extension"
must be either "json" or "yaml". "suffix" is an optional
string that can be used to determine which patches are applied
first alpha-numerically.
type: string
type: object
type: object
mounts:
description: Mounts specifies a list of mount points to be setup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2674,6 +2674,26 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
init". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that
contains files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or just
"etcd.json". "target" can be one of "kube-apiserver",
"kube-controller-manager", "kube-scheduler", "etcd".
"patchtype" can be one of "strategic" "merge" or
"json" and they match the patch formats supported
by kubectl. The default "patchtype" is "strategic".
"extension" must be either "json" or "yaml". "suffix"
is an optional string that can be used to determine
which patches are applied first alpha-numerically.
type: string
type: object
type: object
joinConfiguration:
description: JoinConfiguration is the kubeadm configuration
Expand Down Expand Up @@ -2868,6 +2888,26 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
join". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that
contains files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or just
"etcd.json". "target" can be one of "kube-apiserver",
"kube-controller-manager", "kube-scheduler", "etcd".
"patchtype" can be one of "strategic" "merge" or
"json" and they match the patch formats supported
by kubectl. The default "patchtype" is "strategic".
"extension" must be either "json" or "yaml". "suffix"
is an optional string that can be used to determine
which patches are applied first alpha-numerically.
type: string
type: object
type: object
mounts:
description: Mounts specifies a list of mount points to be
Expand Down
20 changes: 20 additions & 0 deletions bootstrap/kubeadm/types/upstreamv1beta3/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3112,6 +3112,25 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
init". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or just "etcd.json".
"target" can be one of "kube-apiserver", "kube-controller-manager",
"kube-scheduler", "etcd". "patchtype" can be one of
"strategic" "merge" or "json" and they match the patch
formats supported by kubectl. The default "patchtype"
is "strategic". "extension" must be either "json" or
"yaml". "suffix" is an optional string that can be used
to determine which patches are applied first alpha-numerically.
type: string
type: object
type: object
joinConfiguration:
description: JoinConfiguration is the kubeadm configuration for
Expand Down Expand Up @@ -3301,6 +3320,25 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during "kubeadm
join". The minimum kubernetes version needed to support
Patches is v1.22
properties:
directory:
description: Directory is a path to a directory that contains
files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or just "etcd.json".
"target" can be one of "kube-apiserver", "kube-controller-manager",
"kube-scheduler", "etcd". "patchtype" can be one of
"strategic" "merge" or "json" and they match the patch
formats supported by kubectl. The default "patchtype"
is "strategic". "extension" must be either "json" or
"yaml". "suffix" is an optional string that can be used
to determine which patches are applied first alpha-numerically.
type: string
type: object
type: object
mounts:
description: Mounts specifies a list of mount points to be setup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,27 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during
"kubeadm init". The minimum kubernetes version needed
to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory
that contains files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or
just "etcd.json". "target" can be one of "kube-apiserver",
"kube-controller-manager", "kube-scheduler",
"etcd". "patchtype" can be one of "strategic"
"merge" or "json" and they match the patch formats
supported by kubectl. The default "patchtype"
is "strategic". "extension" must be either "json"
or "yaml". "suffix" is an optional string that
can be used to determine which patches are applied
first alpha-numerically.
type: string
type: object
type: object
joinConfiguration:
description: JoinConfiguration is the kubeadm configuration
Expand Down Expand Up @@ -2114,6 +2135,27 @@ spec:
type: object
type: array
type: object
patches:
description: Patches contains options related to applying
patches to components deployed by kubeadm during
"kubeadm join". The minimum kubernetes version needed
to support Patches is v1.22
properties:
directory:
description: Directory is a path to a directory
that contains files named "target[suffix][+patchtype].extension".
For example, "kube-apiserver0+merge.yaml" or
just "etcd.json". "target" can be one of "kube-apiserver",
"kube-controller-manager", "kube-scheduler",
"etcd". "patchtype" can be one of "strategic"
"merge" or "json" and they match the patch formats
supported by kubectl. The default "patchtype"
is "strategic". "extension" must be either "json"
or "yaml". "suffix" is an optional string that
can be used to determine which patches are applied
first alpha-numerically.
type: string
type: object
type: object
mounts:
description: Mounts specifies a list of mount points to
Expand Down

0 comments on commit 98cb3c8

Please sign in to comment.