Skip to content

Commit

Permalink
Make generate results
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristiyan Gostev committed Jun 13, 2022
1 parent 8986356 commit c82f130
Show file tree
Hide file tree
Showing 35 changed files with 2,170 additions and 2,055 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ spec:
to connect to the backup store.
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which the
description: namespace defines the space within which the
secret name must be unique.
type: string
type: object
Expand All @@ -101,11 +101,11 @@ spec:
to connect to the backup store.
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which the
description: namespace defines the space within which the
secret name must be unique.
type: string
type: object
Expand Down
117 changes: 72 additions & 45 deletions example/seed-crds/10-crd-druid.gardener.cloud_etcds.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ spec:
credentials to access object store.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down Expand Up @@ -137,11 +137,11 @@ spec:
by backup bucket, which will have object store specific credentials.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ spec:
credentials to access object store.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ spec:
cloud provider specific credentials.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ spec:
cloud provider specific credentials.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ spec:
actual result of the generated cloud config.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ spec:
the actual result of the generated cloud config.
properties:
name:
description: Name is unique within a namespace to reference
description: name is unique within a namespace to reference
a secret resource.
type: string
namespace:
description: Namespace defines the space within which the
description: namespace defines the space within which the
secret name must be unique.
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,11 @@ spec:
cloud provider specific credentials.
properties:
name:
description: Name is unique within a namespace to reference a
description: name is unique within a namespace to reference a
secret resource.
type: string
namespace:
description: Namespace defines the space within which the secret
description: namespace defines the space within which the secret
name must be unique.
type: string
type: object
Expand Down
62 changes: 31 additions & 31 deletions pkg/apis/authentication/v1alpha1/generated.pb.go

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

2 changes: 1 addition & 1 deletion pkg/apis/authentication/v1alpha1/generated.proto

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

0 comments on commit c82f130

Please sign in to comment.