Skip to content

Commit

Permalink
Reordered fields (formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 18, 2020
1 parent 409ca82 commit d359977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/kubernetes_authentication.go
Expand Up @@ -3,9 +3,9 @@ package octopusdeploy
type KubernetesAuthentication struct {
AccountID string `json:"AccountId,omitempty"`
AdminLogin string `json:"AdminLogin,omitempty"`
AssumeRole bool `json:"AssumeRole,omitempty"`
AssumedRoleARN string `json:"AssumedRoleArn,omitempty"`
AssumedRoleSession string `json:"AssumedRoleSession,omitempty"`
AssumeRole bool `json:"AssumeRole,omitempty"`
AssumeRoleSessionDuration int `json:"AssumeRoleSessionDurationSeconds,omitempty"`
AssumeRoleExternalID string `json:"AssumeRoleExternalId,omitempty"`
AuthenticationType string `json:"AuthenticationType,omitempty"`
Expand Down

0 comments on commit d359977

Please sign in to comment.