Skip to content

Commit

Permalink
Merge pull request #251 from enterprise-contract/dependabot/go_module…
Browse files Browse the repository at this point in the history
…s/tools/sigs.k8s.io/controller-tools-0.14.0

Bump sigs.k8s.io/controller-tools from 0.13.0 to 0.14.0 in /tools
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
2 parents 2d6172f + 4032ea9 commit 1dc52af
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 110 deletions.
57 changes: 44 additions & 13 deletions api/config/appstudio.redhat.com_enterprisecontractpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ spec:
description: EnterpriseContractPolicy is the Schema for the enterprisecontractpolicies API
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'
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'
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
Expand All @@ -37,19 +46,25 @@ spec:
description: Configuration handles policy modification configuration (exclusions and inclusions)
properties:
collections:
description: 'Collections set of predefined rules. DEPRECATED: Collections can be listed in include with the "@" prefix.'
description: |-
Collections set of predefined rules. DEPRECATED: Collections can be listed in include
with the "@" prefix.
items:
type: string
type: array
x-kubernetes-list-type: set
exclude:
description: Exclude set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
type: string
type: array
x-kubernetes-list-type: set
include:
description: Include set of policy inclusions that are added to the policy evaluation. These override excluded rules.
description: |-
Include set of policy inclusions that are added to the policy evaluation.
These override excluded rules.
items:
type: string
type: array
Expand All @@ -65,13 +80,17 @@ spec:
description: Issuer is the URL of the certificate OIDC issuer for keyless verification.
type: string
issuerRegExp:
description: IssuerRegExp is a regular expression to match the URL of the certificate OIDC issuer for keyless verification.
description: |-
IssuerRegExp is a regular expression to match the URL of the certificate OIDC issuer for
keyless verification.
type: string
subject:
description: Subject is the URL of the certificate identity for keyless verification.
type: string
subjectRegExp:
description: SubjectRegExp is a regular expression to match the URL of the certificate identity for keyless verification.
description: |-
SubjectRegExp is a regular expression to match the URL of the certificate identity for
keyless verification.
type: string
type: object
name:
Expand All @@ -89,16 +108,22 @@ spec:
description: Source defines policies and data that are evaluated together
properties:
config:
description: Config specifies which policy rules are included, or excluded, from the provided policy source urls.
description: |-
Config specifies which policy rules are included, or excluded, from the
provided policy source urls.
properties:
exclude:
description: Exclude is a set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude is a set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
type: string
type: array
x-kubernetes-list-type: set
include:
description: Include is a set of policy inclusions that are added to the policy evaluation. These take precedence over policy exclusions.
description: |-
Include is a set of policy inclusions that are added to the policy evaluation.
These take precedence over policy exclusions.
items:
type: string
type: array
Expand All @@ -123,10 +148,14 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
volatileConfig:
description: Specifies volatile configuration that can include or exclude policy rules based on effective time.
description: |-
Specifies volatile configuration that can include or exclude policy rules
based on effective time.
properties:
exclude:
description: Exclude is a set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude is a set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
description: VolatileCriteria includes or excludes a policy rule with effective dates as an option.
properties:
Expand All @@ -146,7 +175,9 @@ spec:
- value
x-kubernetes-list-type: map
include:
description: Include is a set of policy inclusions that are added to the policy evaluation. These take precedence over policy exclusions.
description: |-
Include is a set of policy inclusions that are added to the policy evaluation.
These take precedence over policy exclusions.
items:
description: VolatileCriteria includes or excludes a policy rule with effective dates as an option.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,19 @@ spec:
description: EnterpriseContractPolicy is the Schema for the enterprisecontractpolicies API
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'
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'
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
Expand All @@ -37,19 +46,25 @@ spec:
description: Configuration handles policy modification configuration (exclusions and inclusions)
properties:
collections:
description: 'Collections set of predefined rules. DEPRECATED: Collections can be listed in include with the "@" prefix.'
description: |-
Collections set of predefined rules. DEPRECATED: Collections can be listed in include
with the "@" prefix.
items:
type: string
type: array
x-kubernetes-list-type: set
exclude:
description: Exclude set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
type: string
type: array
x-kubernetes-list-type: set
include:
description: Include set of policy inclusions that are added to the policy evaluation. These override excluded rules.
description: |-
Include set of policy inclusions that are added to the policy evaluation.
These override excluded rules.
items:
type: string
type: array
Expand All @@ -65,13 +80,17 @@ spec:
description: Issuer is the URL of the certificate OIDC issuer for keyless verification.
type: string
issuerRegExp:
description: IssuerRegExp is a regular expression to match the URL of the certificate OIDC issuer for keyless verification.
description: |-
IssuerRegExp is a regular expression to match the URL of the certificate OIDC issuer for
keyless verification.
type: string
subject:
description: Subject is the URL of the certificate identity for keyless verification.
type: string
subjectRegExp:
description: SubjectRegExp is a regular expression to match the URL of the certificate identity for keyless verification.
description: |-
SubjectRegExp is a regular expression to match the URL of the certificate identity for
keyless verification.
type: string
type: object
name:
Expand All @@ -89,16 +108,22 @@ spec:
description: Source defines policies and data that are evaluated together
properties:
config:
description: Config specifies which policy rules are included, or excluded, from the provided policy source urls.
description: |-
Config specifies which policy rules are included, or excluded, from the
provided policy source urls.
properties:
exclude:
description: Exclude is a set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude is a set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
type: string
type: array
x-kubernetes-list-type: set
include:
description: Include is a set of policy inclusions that are added to the policy evaluation. These take precedence over policy exclusions.
description: |-
Include is a set of policy inclusions that are added to the policy evaluation.
These take precedence over policy exclusions.
items:
type: string
type: array
Expand All @@ -123,10 +148,14 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
volatileConfig:
description: Specifies volatile configuration that can include or exclude policy rules based on effective time.
description: |-
Specifies volatile configuration that can include or exclude policy rules
based on effective time.
properties:
exclude:
description: Exclude is a set of policy exclusions that, in case of failure, do not block the success of the outcome.
description: |-
Exclude is a set of policy exclusions that, in case of failure, do not block
the success of the outcome.
items:
description: VolatileCriteria includes or excludes a policy rule with effective dates as an option.
properties:
Expand All @@ -146,7 +175,9 @@ spec:
- value
x-kubernetes-list-type: map
include:
description: Include is a set of policy inclusions that are added to the policy evaluation. These take precedence over policy exclusions.
description: |-
Include is a set of policy inclusions that are added to the policy evaluation.
These take precedence over policy exclusions.
items:
description: VolatileCriteria includes or excludes a policy rule with effective dates as an option.
properties:
Expand Down
Loading

0 comments on commit 1dc52af

Please sign in to comment.