Skip to content

bunch of new apis #584

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,110 changes: 1,110 additions & 0 deletions clickhouse-keeper.altinity.com/clickhousekeeperinstallation_v1.json

Large diffs are not rendered by default.

2,006 changes: 2,006 additions & 0 deletions clickhouse.altinity.com/clickhouseinstallation_v1.json

Large diffs are not rendered by default.

2,006 changes: 2,006 additions & 0 deletions clickhouse.altinity.com/clickhouseinstallationtemplate_v1.json

Large diffs are not rendered by default.

824 changes: 824 additions & 0 deletions clickhouse.altinity.com/clickhouseoperatorconfiguration_v1.json

Large diffs are not rendered by default.

23 changes: 18 additions & 5 deletions core.strimzi.io/strimzipodset_v1beta2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"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": "The specification of the StrimziPodSet.",
"properties": {
@@ -36,8 +47,10 @@
"type": "array"
},
"matchLabels": {
"type": "object",
"x-kubernetes-preserve-unknown-fields": true
"additionalProperties": {
"type": "string"
},
"type": "object"
}
},
"type": "object",
@@ -85,19 +98,19 @@
"type": "array"
},
"currentPods": {
"description": "Number of pods managed by the StrimziPodSet controller that have the current revision.",
"description": "Number of pods managed by this `StrimziPodSet` resource that have the current revision.",
"type": "integer"
},
"observedGeneration": {
"description": "The generation of the CRD that was last reconciled by the operator.",
"type": "integer"
},
"pods": {
"description": "Number of pods managed by the StrimziPodSet controller.",
"description": "Number of pods managed by this `StrimziPodSet` resource.",
"type": "integer"
},
"readyPods": {
"description": "Number of pods managed by the StrimziPodSet controller that are ready.",
"description": "Number of pods managed by this `StrimziPodSet` resource that are ready.",
"type": "integer"
}
},
2,057 changes: 1,748 additions & 309 deletions dragonflydb.io/dragonfly_v1alpha1.json

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions external-secrets.io/clustersecretstore_v1.json
Original file line number Diff line number Diff line change
@@ -2846,6 +2846,76 @@
"type": "object",
"additionalProperties": false
},
"onepasswordSDK": {
"description": "OnePasswordSDK configures this store to use 1Password's new Go SDK to sync secrets.",
"properties": {
"auth": {
"description": "Auth defines the information necessary to authenticate against OnePassword API.",
"properties": {
"serviceAccountSecretRef": {
"description": "ServiceAccountSecretRef points to the secret containing the token to access 1Password vault.",
"properties": {
"key": {
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[-._a-zA-Z0-9]+$",
"type": "string"
},
"name": {
"description": "The name of the Secret resource being referred to.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
"type": "string"
},
"namespace": {
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
}
},
"required": [
"serviceAccountSecretRef"
],
"type": "object",
"additionalProperties": false
},
"integrationInfo": {
"description": "IntegrationInfo specifies the name and version of the integration built using the 1Password Go SDK.\nIf you don't know which name and version to use, use `DefaultIntegrationName` and `DefaultIntegrationVersion`, respectively.",
"properties": {
"name": {
"default": "1Password SDK",
"description": "Name defaults to \"1Password SDK\".",
"type": "string"
},
"version": {
"default": "v1.0.0",
"description": "Version defaults to \"v1.0.0\".",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"vault": {
"description": "Vault defines the vault's name to access. Do NOT add op:// prefix. This will be done automatically.",
"type": "string"
}
},
"required": [
"auth",
"vault"
],
"type": "object",
"additionalProperties": false
},
"oracle": {
"description": "Oracle configures this store to sync secrets using Oracle Vault provider",
"properties": {
@@ -4306,6 +4376,82 @@
"webhook": {
"description": "Webhook configures this store to sync secrets using a generic templated webhook",
"properties": {
"auth": {
"description": "Auth specifies a authorization protocol. Only one protocol may be set.",
"maxProperties": 1,
"minProperties": 1,
"properties": {
"ntlm": {
"description": "NTLMProtocol configures the store to use NTLM for auth",
"properties": {
"passwordSecret": {
"description": "A reference to a specific 'key' within a Secret resource.\nIn some instances, `key` is a required field.",
"properties": {
"key": {
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[-._a-zA-Z0-9]+$",
"type": "string"
},
"name": {
"description": "The name of the Secret resource being referred to.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
"type": "string"
},
"namespace": {
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"usernameSecret": {
"description": "A reference to a specific 'key' within a Secret resource.\nIn some instances, `key` is a required field.",
"properties": {
"key": {
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[-._a-zA-Z0-9]+$",
"type": "string"
},
"name": {
"description": "The name of the Secret resource being referred to.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
"type": "string"
},
"namespace": {
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
}
},
"required": [
"passwordSecret",
"usernameSecret"
],
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
},
"body": {
"description": "Body",
"type": "string"
76 changes: 76 additions & 0 deletions external-secrets.io/clustersecretstore_v1beta1.json
Original file line number Diff line number Diff line change
@@ -4306,6 +4306,82 @@
"webhook": {
"description": "Webhook configures this store to sync secrets using a generic templated webhook",
"properties": {
"auth": {
"description": "Auth specifies a authorization protocol. Only one protocol may be set.",
"maxProperties": 1,
"minProperties": 1,
"properties": {
"ntlm": {
"description": "NTLMProtocol configures the store to use NTLM for auth",
"properties": {
"passwordSecret": {
"description": "A reference to a specific 'key' within a Secret resource.\nIn some instances, `key` is a required field.",
"properties": {
"key": {
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[-._a-zA-Z0-9]+$",
"type": "string"
},
"name": {
"description": "The name of the Secret resource being referred to.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
"type": "string"
},
"namespace": {
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"usernameSecret": {
"description": "A reference to a specific 'key' within a Secret resource.\nIn some instances, `key` is a required field.",
"properties": {
"key": {
"description": "A key in the referenced Secret.\nSome instances of this field may be defaulted, in others it may be required.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[-._a-zA-Z0-9]+$",
"type": "string"
},
"name": {
"description": "The name of the Secret resource being referred to.",
"maxLength": 253,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$",
"type": "string"
},
"namespace": {
"description": "The namespace of the Secret resource being referred to.\nIgnored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.",
"maxLength": 63,
"minLength": 1,
"pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
}
},
"required": [
"passwordSecret",
"usernameSecret"
],
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
},
"body": {
"description": "Body",
"type": "string"
Loading
Oops, something went wrong.