-
Notifications
You must be signed in to change notification settings - Fork 61
Updating make manifests target #363
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
openshift-ci
merged 2 commits into
project-codeflare:main
from
Fiona-Waters:makefile-crds
Oct 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.9.2 | ||
creationTimestamp: null | ||
name: quotasubtrees.quota.codeflare.dev | ||
spec: | ||
group: quota.codeflare.dev | ||
names: | ||
kind: QuotaSubtree | ||
listKind: QuotaSubtreeList | ||
plural: quotasubtrees | ||
singular: quotasubtree | ||
scope: Namespaced | ||
versions: | ||
- name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
description: QuotaSubtree is a specification for a quota subtree resource | ||
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: QuotaSubtreeSpec is the spec for a resource plan | ||
properties: | ||
children: | ||
items: | ||
description: Child is the spec for a QuotaSubtree resource | ||
properties: | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
path: | ||
type: string | ||
quotas: | ||
description: Quota is the spec for a QuotaSubtree resource | ||
properties: | ||
disabled: | ||
type: boolean | ||
hardLimit: | ||
type: boolean | ||
requests: | ||
additionalProperties: | ||
anyOf: | ||
- type: integer | ||
- type: string | ||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ | ||
x-kubernetes-int-or-string: true | ||
type: object | ||
type: object | ||
type: object | ||
type: array | ||
parent: | ||
type: string | ||
parentNamespace: | ||
type: string | ||
type: object | ||
status: | ||
description: QuotaSubtreeStatus is the status for a QuotaSubtree resource | ||
properties: | ||
children: | ||
items: | ||
description: ResourceAllocation is the spec for the child status | ||
properties: | ||
allocated: | ||
description: ResourceAllocationStatus is the spec for the child resource usage | ||
properties: | ||
requests: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
type: object | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
path: | ||
type: string | ||
type: object | ||
type: array | ||
totalAllocation: | ||
description: ResourceAllocation is the spec for the child status | ||
properties: | ||
allocated: | ||
description: ResourceAllocationStatus is the spec for the child resource usage | ||
properties: | ||
requests: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
type: object | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
path: | ||
type: string | ||
type: object | ||
required: | ||
- children | ||
- totalAllocation | ||
type: object | ||
required: | ||
- spec | ||
type: object | ||
served: true | ||
storage: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
controller-gen.kubebuilder.io/version: v0.9.2 | ||
creationTimestamp: null | ||
name: schedulingspecs.workload.codeflare.dev | ||
spec: | ||
group: workload.codeflare.dev | ||
names: | ||
kind: SchedulingSpec | ||
listKind: SchedulingSpecList | ||
plural: schedulingspecs | ||
singular: schedulingspec | ||
scope: Namespaced | ||
versions: | ||
- name: v1beta1 | ||
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: | ||
dispatchDuration: | ||
description: Wall clock duration time of appwrapper in seconds. | ||
properties: | ||
expected: | ||
type: integer | ||
limit: | ||
type: integer | ||
overrun: | ||
type: boolean | ||
type: object | ||
minAvailable: | ||
description: Expected number of pods in running and/or completed state. Requeuing is triggered when the number of running/completed pods is not equal to this value. When not specified, requeuing is disabled and no check is performed. | ||
type: integer | ||
nodeSelector: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
requeuing: | ||
description: Specification of the requeuing strategy based on waiting time. Values in this field control how often the pod check should happen, and if requeuing has reached its maximum number of times. | ||
properties: | ||
growthType: | ||
default: exponential | ||
description: Growth strategy to increase the waiting time between requeuing checks. The values available are 'exponential', 'linear', or 'none'. For example, 'exponential' growth would double the 'timeInSeconds' value every time a requeuing event is triggered. If the string value is misspelled or not one of the possible options, the growth behavior is defaulted to 'none'. | ||
type: string | ||
initialTimeInSeconds: | ||
description: Value to keep track of the initial wait time. Users cannot set this as it is taken from 'timeInSeconds'. | ||
type: integer | ||
maxNumRequeuings: | ||
default: 0 | ||
description: Maximum number of requeuing events allowed. Once this value is reached (e.g., 'numRequeuings = maxNumRequeuings', no more requeuing checks are performed and the generic items are stopped and removed from the cluster (AppWrapper remains deployed). | ||
type: integer | ||
maxTimeInSeconds: | ||
default: 0 | ||
description: Maximum waiting time for requeuing checks. | ||
type: integer | ||
numRequeuings: | ||
default: 0 | ||
description: Field to keep track of how many times a requeuing event has been triggered. | ||
type: integer | ||
timeInSeconds: | ||
default: 300 | ||
description: Initial waiting time before requeuing conditions are checked. This value is specified by the user, but it may grow as requeuing events happen. | ||
type: integer | ||
type: object | ||
type: object | ||
required: | ||
- metadata | ||
type: object | ||
served: true | ||
storage: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.36.0 | ||
- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.37.1 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.