Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodgeMatvey committed Jan 4, 2024
1 parent ad99ef8 commit 5273dfc
Show file tree
Hide file tree
Showing 31 changed files with 836 additions and 105 deletions.
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.7
version: 0.1.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.3"
appVersion: "0.1.4"
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ spec:
singular: awsencryptionkey
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.state
name: State
type: string
- jsonPath: .status.inUse
name: InUse
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: AWSEncryptionKey is the Schema for the awsencryptionkeys API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: awsendpointserviceprincipal
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.state
name: State
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: AWSEndpointServicePrincipal is the Schema for the awsendpointserviceprincipals
Expand All @@ -40,20 +50,32 @@ spec:
clusterDataCenterId:
description: The ID of the cluster data center
type: string
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
endPointServiceId:
description: The Instaclustr ID of the AWS endpoint service
type: string
principalArn:
description: The IAM Principal ARN
type: string
required:
- clusterDataCenterId
- principalArn
type: object
status:
description: AWSEndpointServicePrincipalStatus defines the observed state
of AWSEndpointServicePrincipal
properties:
cdcId:
type: string
endPointServiceId:
description: The Instaclustr ID of the AWS endpoint service
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: awssecuritygroupfirewallrule
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.status
name: Status
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: AWSSecurityGroupFirewallRule is the Schema for the awssecuritygroupfirewallrules
Expand All @@ -39,19 +49,31 @@ spec:
properties:
clusterId:
type: string
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
securityGroupId:
type: string
type:
type: string
required:
- clusterId
- securityGroupId
- type
type: object
status:
description: AWSSecurityGroupFirewallRuleStatus defines the observed state
of AWSSecurityGroupFirewallRule
properties:
clusterId:
type: string
deferredReason:
type: string
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: awsvpcpeering
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.statusCode
name: StatusCode
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: AWSVPCPeering is the Schema for the awsvpcpeerings API
Expand All @@ -37,6 +47,17 @@ spec:
properties:
cdcId:
type: string
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
peerAwsAccountId:
type: string
peerRegion:
Expand All @@ -48,14 +69,15 @@ spec:
peerVpcId:
type: string
required:
- cdcId
- peerAwsAccountId
- peerSubnets
- peerVpcId
type: object
status:
description: AWSVPCPeeringStatus defines the observed state of AWSVPCPeering
properties:
cdcId:
type: string
failureReason:
type: string
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: azurevnetpeering
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.statusCode
name: StatusCode
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: AzureVNetPeering is the Schema for the azurevnetpeerings API
Expand All @@ -37,6 +47,17 @@ spec:
properties:
cdcId:
type: string
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
peerAdObjectId:
type: string
peerResourceGroup:
Expand All @@ -50,7 +71,6 @@ spec:
peerVirtualNetworkName:
type: string
required:
- cdcId
- peerResourceGroup
- peerSubnets
- peerSubscriptionId
Expand All @@ -59,6 +79,8 @@ spec:
status:
description: AzureVNetPeeringStatus defines the observed state of AzureVNetPeering
properties:
cdcId:
type: string
failureReason:
type: string
id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
description: CassandraUserSpec defines the desired state of CassandraUser
properties:
secretRef:
description: SecretRef references to the secret which stores user's
credentials
properties:
name:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: clusterbackup
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.progress
name: Progress
type: string
- jsonPath: .status.operationStatus
name: OperationStatus
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: ClusterBackup is the Schema for the clusterbackups API
Expand All @@ -37,15 +47,23 @@ spec:
properties:
clusterId:
type: string
clusterKind:
type: string
required:
- clusterId
- clusterKind
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
type: object
status:
description: ClusterBackupStatus defines the observed state of ClusterBackup
properties:
clusterId:
type: string
end:
type: integer
operationStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ spec:
singular: clusternetworkfirewallrule
scope: Namespaced
versions:
- name: v1beta1
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
- jsonPath: .status.id
name: ID
type: string
- jsonPath: .status.status
name: Status
type: string
name: v1beta1
schema:
openAPIV3Schema:
description: ClusterNetworkFirewallRule is the Schema for the clusternetworkfirewallrules
Expand All @@ -39,19 +49,31 @@ spec:
properties:
clusterId:
type: string
clusterRef:
properties:
cdcName:
type: string
clusterKind:
type: string
name:
type: string
namespace:
type: string
type: object
network:
type: string
type:
type: string
required:
- clusterId
- network
- type
type: object
status:
description: ClusterNetworkFirewallRuleStatus defines the observed state
of ClusterNetworkFirewallRule
properties:
clusterId:
type: string
deferredReason:
type: string
id:
Expand Down
Loading

0 comments on commit 5273dfc

Please sign in to comment.