Skip to content

Commit 6cc99c4

Browse files
authored
Merge pull request #570 from hidekazuna/fix_ENDPOINT
πŸ› Show openstackcluster ENDPOINT
2 parents 29e6e0e + 6521cb4 commit 6cc99c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žapi/v1alpha3/openstackcluster_types.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ type OpenStackClusterStatus struct {
150150
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.ready",description="Cluster infrastructure is ready for OpenStack instances"
151151
// +kubebuilder:printcolumn:name="Network",type="string",JSONPath=".status.network.id",description="Network the cluster is using"
152152
// +kubebuilder:printcolumn:name="Subnet",type="string",JSONPath=".status.network.subnet.id",description="Subnet the cluster is using"
153-
// +kubebuilder:printcolumn:name="Endpoint",type="string",JSONPath=".status.network.apiServerLoadBalancer.IP",description="API Endpoint",priority=1
153+
// +kubebuilder:printcolumn:name="Endpoint",type="string",JSONPath=".status.network.apiServerLoadBalancer.ip",description="API Endpoint",priority=1
154154

155155
// OpenStackCluster is the Schema for the openstackclusters API
156156
type OpenStackCluster struct {

β€Žconfig/crd/bases/infrastructure.cluster.x-k8s.io_openstackclusters.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
name: Subnet
3737
type: string
3838
- description: API Endpoint
39-
jsonPath: .status.network.apiServerLoadBalancer.IP
39+
jsonPath: .status.network.apiServerLoadBalancer.ip
4040
name: Endpoint
4141
priority: 1
4242
type: string

0 commit comments

Comments
Β (0)