Skip to content

Commit

Permalink
add new field to published manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Piccoli <[email protected]>
  • Loading branch information
rccrdpccl committed Jun 13, 2024
1 parent f7ddf6c commit 4338e03
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bootstrap-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,18 @@ spec:
description: AgentBootstrapConfigStatus defines the observed state of
AgentBootstrapConfig
properties:
agentRef:
description: AgentRef references the agent this agent bootstrap config
has booted
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
conditions:
description: Conditions defines current service state of the AgentBootstrapConfig.
items:
Expand Down
25 changes: 25 additions & 0 deletions controlplane-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,19 @@ spec:
regarding tang's configuration
type: string
type: object
imageRegistryRef:
description: |-
ImageRegistryRef is a reference to a configmap containing both the additional
image registries and their corresponding certificate bundles to be used in the spoke cluster
properties:
name:
description: |-
Name of the referent.
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind, uid?
type: string
type: object
x-kubernetes-map-type: atomic
manifestsConfigMapRefs:
description: |-
ManifestsConfigMapRefs is an array of references to user-provided manifests ConfigMaps to
Expand Down Expand Up @@ -661,6 +674,18 @@ kind: ClusterRole
metadata:
name: capi-agent-controlplanemanager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 4338e03

Please sign in to comment.