Skip to content

Commit

Permalink
Mayfly Chart 1.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunussandikci authored Aug 19, 2024
1 parent b858b14 commit ecc67aa
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 67 deletions.
2 changes: 1 addition & 1 deletion charts/mayfly/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mayfly Operator
name: mayfly
version: 1.1.0-rc.1
version: 1.1.0-rc.2
sources:
- https://github.com/NCCloud/mayfly
maintainers:
Expand Down
128 changes: 62 additions & 66 deletions charts/mayfly/crds/cloud.namecheap.com_scheduledresources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.1
name: scheduledresources.cloud.namecheap.com
spec:
group: cloud.namecheap.com
Expand All @@ -14,68 +14,64 @@ spec:
singular: scheduledresource
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.schedule
name: Schedule
type: string
- jsonPath: .status.nextRun
name: Next Run
type: string
- jsonPath: .status.lastRun
name: Last Run
type: string
- jsonPath: .status.condition
name: Condition
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha2
schema:
openAPIV3Schema:
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:
properties:
content:
type: string
schedule:
type: string
required:
- content
- schedule
type: object
status:
properties:
condition:
type: string
lastRun:
type: string
nextRun:
type: string
required:
- condition
- lastRun
- nextRun
type: object
type: object
served: true
storage: true
subresources:
status: {}
- additionalPrinterColumns:
- jsonPath: .spec.schedule
name: Schedule
type: string
- jsonPath: .status.nextRun
name: Next Run
type: string
- jsonPath: .status.lastRun
name: Last Run
type: string
- jsonPath: .status.condition
name: Condition
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha2
schema:
openAPIV3Schema:
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:
properties:
content:
type: string
schedule:
type: string
required:
- content
- schedule
type: object
status:
properties:
condition:
type: string
lastRun:
type: string
nextRun:
type: string
type: object
type: object
served: true
storage: true
subresources:
status: {}

0 comments on commit ecc67aa

Please sign in to comment.