Skip to content

Commit

Permalink
Remove capitalization for profile field (#1423) (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc authored Sep 24, 2024
1 parent 24c30a5 commit 7dd2aed
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion api/datadoghq/v1alpha1/datadogagentprofile_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ type DatadogAgentProfileStatus struct {

// CreateStrategy is the state of the create strategy feature.
// +optional
CreateStrategy *CreateStrategy `json:"CreateStrategy,omitempty"`
CreateStrategy *CreateStrategy `json:"createStrategy,omitempty"`
}

// CreateStrategy defines the observed state of the create strategy feature based on the agent deployment.
Expand Down
2 changes: 1 addition & 1 deletion api/datadoghq/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions config/crd/bases/v1/datadoghq.com_datadogagentprofiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,29 +316,6 @@ spec:
status:
description: DatadogAgentProfileStatus defines the observed state of DatadogAgentProfile
properties:
CreateStrategy:
description: CreateStrategy is the state of the create strategy feature.
properties:
lastTransition:
description: LastTransition is the last time the status was updated.
format: date-time
type: string
maxUnavailable:
description: MaxUnavailable shows the number of pods that can be in an unready state.
format: int32
type: integer
nodesLabeled:
description: NodesLabeled shows the number of nodes currently labeled.
format: int32
type: integer
podsReady:
description: PodsReady shows the number of pods in the ready state.
format: int32
type: integer
status:
description: Status shows the current state of the feature.
type: string
type: object
applied:
description: Applied shows whether the DatadogAgentProfile conflicts with an existing DatadogAgentProfile.
type: string
Expand Down Expand Up @@ -423,6 +400,29 @@ spec:
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
createStrategy:
description: CreateStrategy is the state of the create strategy feature.
properties:
lastTransition:
description: LastTransition is the last time the status was updated.
format: date-time
type: string
maxUnavailable:
description: MaxUnavailable shows the number of pods that can be in an unready state.
format: int32
type: integer
nodesLabeled:
description: NodesLabeled shows the number of nodes currently labeled.
format: int32
type: integer
podsReady:
description: PodsReady shows the number of pods in the ready state.
format: int32
type: integer
status:
description: Status shows the current state of the feature.
type: string
type: object
currentHash:
description: CurrentHash is the stored hash of the DatadogAgentProfile.
type: string
Expand Down

0 comments on commit 7dd2aed

Please sign in to comment.