Skip to content

Commit

Permalink
clusterplatform api descrip change
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Jan 31, 2024
1 parent 5441788 commit 8c07c60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions api/v1alpha08/sonataflowclusterplatform_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ const (

// SonataFlowClusterPlatformSpec defines the desired state of SonataFlowClusterPlatform
type SonataFlowClusterPlatformSpec struct {
// PlatformRef defines which existing SonataFlowPlatform's services should be used cluster-wide.
PlatformRef SonataFlowPlatformRef `json:"platformRef"`
}

// SonataFlowPlatformRef defines which existing SonataFlowPlatform should be used cluster-wide
// SonataFlowPlatformRef defines which existing SonataFlowPlatform's supporting services should be used cluster-wide.
type SonataFlowPlatformRef struct {
// Name of the SonataFlowPlatform
//+operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Platform_Name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ spec:
SonataFlowClusterPlatform
properties:
platformRef:
description: PlatformRef defines which existing SonataFlowPlatform's
services should be used cluster-wide.
description: SonataFlowPlatformRef defines which existing SonataFlowPlatform's
supporting services should be used cluster-wide.
properties:
name:
description: Name of the SonataFlowPlatform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ spec:
SonataFlowClusterPlatform
properties:
platformRef:
description: PlatformRef defines which existing SonataFlowPlatform's
services should be used cluster-wide.
description: SonataFlowPlatformRef defines which existing SonataFlowPlatform's
supporting services should be used cluster-wide.
properties:
name:
description: Name of the SonataFlowPlatform
Expand Down
4 changes: 2 additions & 2 deletions operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ spec:
SonataFlowClusterPlatform
properties:
platformRef:
description: PlatformRef defines which existing SonataFlowPlatform's
services should be used cluster-wide.
description: SonataFlowPlatformRef defines which existing SonataFlowPlatform's
supporting services should be used cluster-wide.
properties:
name:
description: Name of the SonataFlowPlatform
Expand Down

0 comments on commit 8c07c60

Please sign in to comment.