Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion cmd/cluster/core/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import (
secretsstorev1 "sigs.k8s.io/secrets-store-csi-driver/apis/v1"

"github.com/go-logr/logr"
orcv1alpha1 "github.com/k-orc/openstack-resource-controller/api/v1alpha1"
orcv1alpha1 "github.com/k-orc/openstack-resource-controller/v2/api/v1alpha1"
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
prometheusoperatorv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
"github.com/spf13/cobra"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
ignitionEndpoint:
description: IgnitionEndpoint store the data to of the custom ignition
Expand Down Expand Up @@ -218,9 +215,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
ignitionEndpoint:
description: IgnitionEndpoint store the data to of the custom ignition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration for
Expand Down Expand Up @@ -984,9 +981,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration
Expand Down Expand Up @@ -564,9 +561,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
resources:
description: Resources are embedded ASO resources to be managed by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
initialized:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
extendedLocation:
description: ExtendedLocation is an optional set of ExtendedLocation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
credentialsRef:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
credentialsRef:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
network:
description: Network is the reference to the Network to use for this
Expand Down Expand Up @@ -182,9 +179,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
cosInstance:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
network:
description: Network is the reference to the Network to use
Expand Down Expand Up @@ -216,9 +213,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
cosInstance:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: ControlPlaneLoadBalancer is optional configuration for
Expand Down Expand Up @@ -252,9 +249,6 @@ spec:
description: port is the port on which the API server is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ spec:
is serving.
format: int32
type: integer
required:
- host
- port
type: object
controlPlaneLoadBalancer:
description: |-
Expand Down
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.17.0
name: openstackclusteridentities.infrastructure.cluster.x-k8s.io
spec:
group: infrastructure.cluster.x-k8s.io
names:
categories:
- cluster-api
kind: OpenStackClusterIdentity
listKind: OpenStackClusterIdentityList
plural: openstackclusteridentities
shortNames:
- osci
singular: openstackclusteridentity
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: OpenStackClusterIdentity is a cluster-scoped identity that centralizes
OpenStack credentials.
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: OpenStackClusterIdentitySpec defines the desired state for
an OpenStackClusterIdentity.
properties:
namespaceSelector:
description: NamespaceSelector limits which namespaces may use this
identity. If nil, all namespaces are allowed.
properties:
matchExpressions:
description: matchExpressions is a list of label selector requirements.
The requirements are ANDed.
items:
description: |-
A label selector requirement is a selector that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: key is the label key that the selector applies
to.
type: string
operator:
description: |-
operator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
type: string
values:
description: |-
values is an array of string values. If the operator is In or NotIn,
the values array must be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. This array is replaced during a strategic
merge patch.
items:
type: string
type: array
x-kubernetes-list-type: atomic
required:
- key
- operator
type: object
type: array
x-kubernetes-list-type: atomic
matchLabels:
additionalProperties:
type: string
description: |-
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is "key", the
operator is "In", and the values array contains only "value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
secretRef:
description: SecretRef references the credentials Secret containing
a `clouds.yaml` file.
properties:
name:
description: Name of the Secret which contains a `clouds.yaml`
key (and optionally `cacert`).
type: string
namespace:
description: Namespace where the Secret resides.
type: string
required:
- name
- namespace
type: object
required:
- secretRef
type: object
type: object
served: true
storage: true
Loading