Skip to content

Commit

Permalink
Make chart specify agent command line defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Spreitzer <[email protected]>
  • Loading branch information
MikeSpreitzer committed May 30, 2024
1 parent 2e1b709 commit c957de0
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 279 deletions.
112 changes: 56 additions & 56 deletions chart/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,62 +11,62 @@ spec:
listKind: WorkStatusList
plural: workstatuses
shortNames:
- ws
- wss
- ws
- wss
singular: workstatus
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: WorkStatus is the Schema for the work status
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: Workstatus spec
properties:
sourceRef:
properties:
group:
type: string
kind:
type: string
name:
type: string
namespace:
type: string
resource:
type: string
version:
type: string
required:
- group
- namespace
type: object
type: object
status:
description: Manifest represents a resource to be deployed
type: object
x-kubernetes-map-type: atomic
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
- name: v1alpha1
schema:
openAPIV3Schema:
description: WorkStatus is the Schema for the work status
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: Workstatus spec
properties:
sourceRef:
properties:
group:
type: string
kind:
type: string
name:
type: string
namespace:
type: string
resource:
type: string
version:
type: string
required:
- group
- namespace
type: object
type: object
status:
description: Manifest represents a resource to be deployed
type: object
x-kubernetes-map-type: atomic
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
subresources:
status: {}
Loading

0 comments on commit c957de0

Please sign in to comment.