Skip to content

Move GitopsCluster CRD from ./templates to ./crds #1218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: gitopsclusters.gitops.weave.works
annotations:
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "cluster-controller.fullname" . }}-
controller-gen.kubebuilder.io/version: v0.7.0
labels:
{{- include "cluster-controller.labels" . | nindent 4 }}
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: gitopsclusters.gitops.weave.works
spec:
group: gitops.weave.works
names:
Expand Down Expand Up @@ -90,8 +88,8 @@ spec:
format: date-time
type: string
message:
description: message is a human readable message indicating details
about the transition. This may be an empty string.
description: message is a human readable message indicating
details about the transition. This may be an empty string.
maxLength: 32768
type: string
observedGeneration:
Expand All @@ -105,11 +103,11 @@ spec:
type: integer
reason:
description: reason contains a programmatic identifier indicating
the reason for the condition's last transition. Producers of
specific condition types may define expected values and meanings
for this field, and whether the values are considered a guaranteed
API. The value should be a CamelCase string. This field may
not be empty.
the reason for the condition's last transition. Producers
of specific condition types may define expected values and
meanings for this field, and whether the values are considered
a guaranteed API. The value should be a CamelCase string.
This field may not be empty.
maxLength: 1024
minLength: 1
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
Expand Down Expand Up @@ -149,4 +147,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []