Skip to content

Commit

Permalink
apply updates
Browse files Browse the repository at this point in the history
Signed-off-by: Skye Gill <[email protected]>
  • Loading branch information
skyerus committed Mar 27, 2023
1 parent e6478be commit bf2f11d
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 340 deletions.
9 changes: 6 additions & 3 deletions apis/core/v1alpha1/flagservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ import (
type FlagServiceSpec struct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
// Important: Run "make" to regenerate code after modifying this file
corev1.ServiceSpec `json:",inline"`
FlagSourceConfiguration string `json:"flagSourceConfiguration"`
// +optional
ServiceAccountName string `json:"serviceAccountName"`
ServiceSpec corev1.ServiceSpec `json:"serviceSpec"`
//// +optional
//DeploymentSpec appsV1.DeploymentSpec `json:"deploymentSpec"`
// +optional
ServiceAccountName string `json:"serviceAccountName"`
FlagSourceConfiguration string `json:"flagSourceConfiguration"`
}

// FlagServiceStatus defines the observed state of FlagService
Expand Down
Loading

0 comments on commit bf2f11d

Please sign in to comment.