Documentation
¶
Index ¶
- type AdminLoginResponse
- type ArgoCDShard
- type Claim
- type CreateAPITokenRequest
- type CreateConfigMapRequest
- func (m *CreateConfigMapRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateConfigMapRequest) MarshalBinary() ([]byte, error)
- func (m *CreateConfigMapRequest) UnmarshalBinary(b []byte) error
- func (m *CreateConfigMapRequest) Validate(formats strfmt.Registry) error
- type CreateGenericCredentialsRequest
- func (m *CreateGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateGenericCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *CreateGenericCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *CreateGenericCredentialsRequest) Validate(formats strfmt.Registry) error
- type CreateOrUpdateResourceResponse
- func (m *CreateOrUpdateResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateOrUpdateResourceResponse) MarshalBinary() ([]byte, error)
- func (m *CreateOrUpdateResourceResponse) UnmarshalBinary(b []byte) error
- func (m *CreateOrUpdateResourceResponse) Validate(formats strfmt.Registry) error
- type CreateOrUpdateResourceResult
- func (m *CreateOrUpdateResourceResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateOrUpdateResourceResult) MarshalBinary() ([]byte, error)
- func (m *CreateOrUpdateResourceResult) UnmarshalBinary(b []byte) error
- func (m *CreateOrUpdateResourceResult) Validate(formats strfmt.Registry) error
- type CreateRepoCredentialsRequest
- func (m *CreateRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateRepoCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *CreateRepoCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *CreateRepoCredentialsRequest) Validate(formats strfmt.Registry) error
- type CreateResourceResponse
- func (m *CreateResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *CreateResourceResponse) MarshalBinary() ([]byte, error)
- func (m *CreateResourceResponse) UnmarshalBinary(b []byte) error
- func (m *CreateResourceResponse) Validate(formats strfmt.Registry) error
- type CreateResourceResult
- type DeleteResourceResponse
- func (m *DeleteResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *DeleteResourceResponse) MarshalBinary() ([]byte, error)
- func (m *DeleteResourceResponse) UnmarshalBinary(b []byte) error
- func (m *DeleteResourceResponse) Validate(formats strfmt.Registry) error
- type DeleteResourceResult
- type GetConfigResponse
- type GithubComAkuityKargoPkgxVersionVersion
- func (m *GithubComAkuityKargoPkgxVersionVersion) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *GithubComAkuityKargoPkgxVersionVersion) MarshalBinary() ([]byte, error)
- func (m *GithubComAkuityKargoPkgxVersionVersion) UnmarshalBinary(b []byte) error
- func (m *GithubComAkuityKargoPkgxVersionVersion) Validate(formats strfmt.Registry) error
- type GrantRequest
- type ImageStageMap
- type OIDCConfig
- type PatchConfigMapRequest
- type PatchGenericCredentialsRequest
- func (m *PatchGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *PatchGenericCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *PatchGenericCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *PatchGenericCredentialsRequest) Validate(formats strfmt.Registry) error
- type PatchRepoCredentialsRequest
- func (m *PatchRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *PatchRepoCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *PatchRepoCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *PatchRepoCredentialsRequest) Validate(formats strfmt.Registry) error
- type PromoteDownstreamRequest
- func (m *PromoteDownstreamRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *PromoteDownstreamRequest) MarshalBinary() ([]byte, error)
- func (m *PromoteDownstreamRequest) UnmarshalBinary(b []byte) error
- func (m *PromoteDownstreamRequest) Validate(formats strfmt.Registry) error
- type PromoteToStageRequest
- type PublicConfig
- type ResourceDetails
- type RevokeRequest
- type TagMap
- type UpdateConfigMapRequest
- func (m *UpdateConfigMapRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *UpdateConfigMapRequest) MarshalBinary() ([]byte, error)
- func (m *UpdateConfigMapRequest) UnmarshalBinary(b []byte) error
- func (m *UpdateConfigMapRequest) Validate(formats strfmt.Registry) error
- type UpdateGenericCredentialsRequest
- func (m *UpdateGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *UpdateGenericCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *UpdateGenericCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *UpdateGenericCredentialsRequest) Validate(formats strfmt.Registry) error
- type UpdateRepoCredentialsRequest
- func (m *UpdateRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (m *UpdateRepoCredentialsRequest) MarshalBinary() ([]byte, error)
- func (m *UpdateRepoCredentialsRequest) UnmarshalBinary(b []byte) error
- func (m *UpdateRepoCredentialsRequest) Validate(formats strfmt.Registry) error
- type UserClaims
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminLoginResponse ¶
type AdminLoginResponse struct {
// id token
IDToken string `json:"idToken,omitempty"`
}
AdminLoginResponse admin login response
swagger:model AdminLoginResponse
func (*AdminLoginResponse) ContextValidate ¶
ContextValidate validates this admin login response based on context it is used
func (*AdminLoginResponse) MarshalBinary ¶
func (m *AdminLoginResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*AdminLoginResponse) UnmarshalBinary ¶
func (m *AdminLoginResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ArgoCDShard ¶
type ArgoCDShard struct {
// namespace
Namespace string `json:"namespace,omitempty"`
// url
URL string `json:"url,omitempty"`
}
ArgoCDShard argo c d shard
swagger:model ArgoCDShard
func (*ArgoCDShard) ContextValidate ¶
ContextValidate validates this argo c d shard based on context it is used
func (*ArgoCDShard) MarshalBinary ¶
func (m *ArgoCDShard) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ArgoCDShard) UnmarshalBinary ¶
func (m *ArgoCDShard) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type Claim ¶
type Claim struct {
// name
Name string `json:"name,omitempty"`
// values
Values []string `json:"values"`
}
Claim claim
swagger:model Claim
func (*Claim) ContextValidate ¶
ContextValidate validates this claim based on context it is used
func (*Claim) MarshalBinary ¶
MarshalBinary interface implementation
func (*Claim) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type CreateAPITokenRequest ¶
type CreateAPITokenRequest struct {
// name
Name string `json:"name,omitempty"`
}
CreateAPITokenRequest create API token request
swagger:model CreateAPITokenRequest
func (*CreateAPITokenRequest) ContextValidate ¶
ContextValidate validates this create API token request based on context it is used
func (*CreateAPITokenRequest) MarshalBinary ¶
func (m *CreateAPITokenRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAPITokenRequest) UnmarshalBinary ¶
func (m *CreateAPITokenRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateConfigMapRequest ¶
type CreateConfigMapRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
}
CreateConfigMapRequest create config map request
swagger:model CreateConfigMapRequest
func (*CreateConfigMapRequest) ContextValidate ¶
func (m *CreateConfigMapRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create config map request based on context it is used
func (*CreateConfigMapRequest) MarshalBinary ¶
func (m *CreateConfigMapRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateConfigMapRequest) UnmarshalBinary ¶
func (m *CreateConfigMapRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateGenericCredentialsRequest ¶
type CreateGenericCredentialsRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
}
CreateGenericCredentialsRequest create generic credentials request
swagger:model CreateGenericCredentialsRequest
func (*CreateGenericCredentialsRequest) ContextValidate ¶
func (m *CreateGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create generic credentials request based on context it is used
func (*CreateGenericCredentialsRequest) MarshalBinary ¶
func (m *CreateGenericCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGenericCredentialsRequest) UnmarshalBinary ¶
func (m *CreateGenericCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateOrUpdateResourceResponse ¶
type CreateOrUpdateResourceResponse struct {
// results
Results []*CreateOrUpdateResourceResult `json:"results"`
}
CreateOrUpdateResourceResponse create or update resource response
swagger:model CreateOrUpdateResourceResponse
func (*CreateOrUpdateResourceResponse) ContextValidate ¶
func (m *CreateOrUpdateResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create or update resource response based on the context it is used
func (*CreateOrUpdateResourceResponse) MarshalBinary ¶
func (m *CreateOrUpdateResourceResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrUpdateResourceResponse) UnmarshalBinary ¶
func (m *CreateOrUpdateResourceResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateOrUpdateResourceResult ¶
type CreateOrUpdateResourceResult struct {
// created resource manifest
CreatedResourceManifest map[string]any `json:"createdResourceManifest,omitempty"`
// error
Error string `json:"error,omitempty"`
// updated resource manifest
UpdatedResourceManifest map[string]any `json:"updatedResourceManifest,omitempty"`
}
CreateOrUpdateResourceResult create or update resource result
swagger:model CreateOrUpdateResourceResult
func (*CreateOrUpdateResourceResult) ContextValidate ¶
func (m *CreateOrUpdateResourceResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create or update resource result based on context it is used
func (*CreateOrUpdateResourceResult) MarshalBinary ¶
func (m *CreateOrUpdateResourceResult) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateOrUpdateResourceResult) UnmarshalBinary ¶
func (m *CreateOrUpdateResourceResult) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateRepoCredentialsRequest ¶
type CreateRepoCredentialsRequest struct {
// description
Description string `json:"description,omitempty"`
// name
Name string `json:"name,omitempty"`
// password
Password string `json:"password,omitempty"`
// repo Url
RepoURL string `json:"repoUrl,omitempty"`
// repo Url is regex
RepoURLIsRegex bool `json:"repoUrlIsRegex,omitempty"`
// type
Type string `json:"type,omitempty"`
// username
Username string `json:"username,omitempty"`
}
CreateRepoCredentialsRequest create repo credentials request
swagger:model CreateRepoCredentialsRequest
func (*CreateRepoCredentialsRequest) ContextValidate ¶
func (m *CreateRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this create repo credentials request based on context it is used
func (*CreateRepoCredentialsRequest) MarshalBinary ¶
func (m *CreateRepoCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateRepoCredentialsRequest) UnmarshalBinary ¶
func (m *CreateRepoCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateResourceResponse ¶
type CreateResourceResponse struct {
// results
Results []*CreateResourceResult `json:"results"`
}
CreateResourceResponse create resource response
swagger:model CreateResourceResponse
func (*CreateResourceResponse) ContextValidate ¶
func (m *CreateResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create resource response based on the context it is used
func (*CreateResourceResponse) MarshalBinary ¶
func (m *CreateResourceResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateResourceResponse) UnmarshalBinary ¶
func (m *CreateResourceResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateResourceResult ¶
type CreateResourceResult struct {
// created resource manifest
CreatedResourceManifest map[string]any `json:"createdResourceManifest,omitempty"`
// error
Error string `json:"error,omitempty"`
}
CreateResourceResult create resource result
swagger:model CreateResourceResult
func (*CreateResourceResult) ContextValidate ¶
ContextValidate validates this create resource result based on context it is used
func (*CreateResourceResult) MarshalBinary ¶
func (m *CreateResourceResult) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateResourceResult) UnmarshalBinary ¶
func (m *CreateResourceResult) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteResourceResponse ¶
type DeleteResourceResponse struct {
// results
Results []*DeleteResourceResult `json:"results"`
}
DeleteResourceResponse delete resource response
swagger:model DeleteResourceResponse
func (*DeleteResourceResponse) ContextValidate ¶
func (m *DeleteResourceResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this delete resource response based on the context it is used
func (*DeleteResourceResponse) MarshalBinary ¶
func (m *DeleteResourceResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteResourceResponse) UnmarshalBinary ¶
func (m *DeleteResourceResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type DeleteResourceResult ¶
type DeleteResourceResult struct {
// deleted resource manifest
DeletedResourceManifest map[string]any `json:"deletedResourceManifest,omitempty"`
// error
Error string `json:"error,omitempty"`
}
DeleteResourceResult delete resource result
swagger:model DeleteResourceResult
func (*DeleteResourceResult) ContextValidate ¶
ContextValidate validates this delete resource result based on context it is used
func (*DeleteResourceResult) MarshalBinary ¶
func (m *DeleteResourceResult) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*DeleteResourceResult) UnmarshalBinary ¶
func (m *DeleteResourceResult) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetConfigResponse ¶
type GetConfigResponse struct {
// argocd shards
ArgocdShards map[string]ArgoCDShard `json:"argocdShards,omitempty"`
// has analysis run logs Url template
HasAnalysisRunLogsURLTemplate bool `json:"hasAnalysisRunLogsUrlTemplate,omitempty"`
// kargo namespace
KargoNamespace string `json:"kargoNamespace,omitempty"`
// secret management enabled
SecretManagementEnabled bool `json:"secretManagementEnabled,omitempty"`
SharedResourcesNamespace string `json:"sharedResourcesNamespace,omitempty"`
// system resources namespace
SystemResourcesNamespace string `json:"systemResourcesNamespace,omitempty"`
}
GetConfigResponse get config response
swagger:model GetConfigResponse
func (*GetConfigResponse) ContextValidate ¶
ContextValidate validate this get config response based on the context it is used
func (*GetConfigResponse) MarshalBinary ¶
func (m *GetConfigResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetConfigResponse) UnmarshalBinary ¶
func (m *GetConfigResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GithubComAkuityKargoPkgxVersionVersion ¶
type GithubComAkuityKargoPkgxVersionVersion struct {
// BuildDate is the date/time on which the application was built.
BuildDate string `json:"buildDate,omitempty"`
// Compiler indicates what Go compiler was used for the build.
Compiler string `json:"compiler,omitempty"`
// GitCommit is the ID (sha) of the last commit to the application's source
// code that is included in this build.
GitCommit string `json:"gitCommit,omitempty"`
// GitTreeDirty is true if the application's source code contained
// uncommitted changes at the time it was built; otherwise it is false.
GitTreeDirty bool `json:"gitTreeDirty,omitempty"`
// GoVersion is the version of Go that was used to build the application.
GoVersion string `json:"goVersion,omitempty"`
// Platform indicates the OS and CPU architecture for which the application
// was built.
Platform string `json:"platform,omitempty"`
// Version is a human-friendly version string.
Version string `json:"version,omitempty"`
}
GithubComAkuityKargoPkgxVersionVersion github com akuity kargo pkg x version version
swagger:model github_com_akuity_kargo_pkg_x_version.Version
func (*GithubComAkuityKargoPkgxVersionVersion) ContextValidate ¶
func (m *GithubComAkuityKargoPkgxVersionVersion) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this github com akuity kargo pkg x version version based on context it is used
func (*GithubComAkuityKargoPkgxVersionVersion) MarshalBinary ¶
func (m *GithubComAkuityKargoPkgxVersionVersion) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GithubComAkuityKargoPkgxVersionVersion) UnmarshalBinary ¶
func (m *GithubComAkuityKargoPkgxVersionVersion) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GrantRequest ¶
type GrantRequest struct {
// resource details
ResourceDetails *ResourceDetails `json:"resourceDetails,omitempty"`
// role
Role string `json:"role,omitempty"`
// user claims
UserClaims *UserClaims `json:"userClaims,omitempty"`
}
GrantRequest grant request
swagger:model GrantRequest
func (*GrantRequest) ContextValidate ¶
ContextValidate validate this grant request based on the context it is used
func (*GrantRequest) MarshalBinary ¶
func (m *GrantRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GrantRequest) UnmarshalBinary ¶
func (m *GrantRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ImageStageMap ¶
ImageStageMap image stage map
swagger:model ImageStageMap
func (*ImageStageMap) ContextValidate ¶
ContextValidate validates this image stage map based on context it is used
func (*ImageStageMap) MarshalBinary ¶
func (m *ImageStageMap) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ImageStageMap) UnmarshalBinary ¶
func (m *ImageStageMap) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type OIDCConfig ¶
type OIDCConfig struct {
// cli client Id
CliClientID string `json:"cliClientId,omitempty"`
// client Id
ClientID string `json:"clientId,omitempty"`
// issuer Url
IssuerURL string `json:"issuerUrl,omitempty"`
// scopes
Scopes []string `json:"scopes"`
}
OIDCConfig o ID c config
swagger:model OIDCConfig
func (*OIDCConfig) ContextValidate ¶
ContextValidate validates this o ID c config based on context it is used
func (*OIDCConfig) MarshalBinary ¶
func (m *OIDCConfig) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*OIDCConfig) UnmarshalBinary ¶
func (m *OIDCConfig) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PatchConfigMapRequest ¶
type PatchConfigMapRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
// remove keys
RemoveKeys []string `json:"removeKeys"`
}
PatchConfigMapRequest patch config map request
swagger:model PatchConfigMapRequest
func (*PatchConfigMapRequest) ContextValidate ¶
ContextValidate validates this patch config map request based on context it is used
func (*PatchConfigMapRequest) MarshalBinary ¶
func (m *PatchConfigMapRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PatchConfigMapRequest) UnmarshalBinary ¶
func (m *PatchConfigMapRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PatchGenericCredentialsRequest ¶
type PatchGenericCredentialsRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
// remove keys
RemoveKeys []string `json:"removeKeys"`
}
PatchGenericCredentialsRequest patch generic credentials request
swagger:model PatchGenericCredentialsRequest
func (*PatchGenericCredentialsRequest) ContextValidate ¶
func (m *PatchGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this patch generic credentials request based on context it is used
func (*PatchGenericCredentialsRequest) MarshalBinary ¶
func (m *PatchGenericCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PatchGenericCredentialsRequest) UnmarshalBinary ¶
func (m *PatchGenericCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PatchRepoCredentialsRequest ¶
type PatchRepoCredentialsRequest struct {
// description
Description string `json:"description,omitempty"`
// password
Password string `json:"password,omitempty"`
// repo Url
RepoURL string `json:"repoUrl,omitempty"`
// repo Url is regex
RepoURLIsRegex bool `json:"repoUrlIsRegex,omitempty"`
// type
Type string `json:"type,omitempty"`
// username
Username string `json:"username,omitempty"`
}
PatchRepoCredentialsRequest patch repo credentials request
swagger:model PatchRepoCredentialsRequest
func (*PatchRepoCredentialsRequest) ContextValidate ¶
func (m *PatchRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this patch repo credentials request based on context it is used
func (*PatchRepoCredentialsRequest) MarshalBinary ¶
func (m *PatchRepoCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PatchRepoCredentialsRequest) UnmarshalBinary ¶
func (m *PatchRepoCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PromoteDownstreamRequest ¶
type PromoteDownstreamRequest struct {
// freight
Freight string `json:"freight,omitempty"`
// freight alias
FreightAlias string `json:"freightAlias,omitempty"`
}
PromoteDownstreamRequest promote downstream request
swagger:model PromoteDownstreamRequest
func (*PromoteDownstreamRequest) ContextValidate ¶
func (m *PromoteDownstreamRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this promote downstream request based on context it is used
func (*PromoteDownstreamRequest) MarshalBinary ¶
func (m *PromoteDownstreamRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PromoteDownstreamRequest) UnmarshalBinary ¶
func (m *PromoteDownstreamRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PromoteToStageRequest ¶
type PromoteToStageRequest struct {
// freight
Freight string `json:"freight,omitempty"`
// freight alias
FreightAlias string `json:"freightAlias,omitempty"`
}
PromoteToStageRequest promote to stage request
swagger:model PromoteToStageRequest
func (*PromoteToStageRequest) ContextValidate ¶
ContextValidate validates this promote to stage request based on context it is used
func (*PromoteToStageRequest) MarshalBinary ¶
func (m *PromoteToStageRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PromoteToStageRequest) UnmarshalBinary ¶
func (m *PromoteToStageRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type PublicConfig ¶
type PublicConfig struct {
// admin account enabled
AdminAccountEnabled bool `json:"adminAccountEnabled,omitempty"`
// oidc config
OidcConfig *OIDCConfig `json:"oidcConfig,omitempty"`
// skip auth
SkipAuth bool `json:"skipAuth,omitempty"`
}
PublicConfig public config
swagger:model PublicConfig
func (*PublicConfig) ContextValidate ¶
ContextValidate validate this public config based on the context it is used
func (*PublicConfig) MarshalBinary ¶
func (m *PublicConfig) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*PublicConfig) UnmarshalBinary ¶
func (m *PublicConfig) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ResourceDetails ¶
type ResourceDetails struct {
// resource name
ResourceName string `json:"resourceName,omitempty"`
// resource type
ResourceType string `json:"resourceType,omitempty"`
// verbs
Verbs []string `json:"verbs"`
}
ResourceDetails resource details
swagger:model ResourceDetails
func (*ResourceDetails) ContextValidate ¶
ContextValidate validates this resource details based on context it is used
func (*ResourceDetails) MarshalBinary ¶
func (m *ResourceDetails) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ResourceDetails) UnmarshalBinary ¶
func (m *ResourceDetails) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type RevokeRequest ¶
type RevokeRequest struct {
// resource details
ResourceDetails *ResourceDetails `json:"resourceDetails,omitempty"`
// role
Role string `json:"role,omitempty"`
// user claims
UserClaims *UserClaims `json:"userClaims,omitempty"`
}
RevokeRequest revoke request
swagger:model RevokeRequest
func (*RevokeRequest) ContextValidate ¶
ContextValidate validate this revoke request based on the context it is used
func (*RevokeRequest) MarshalBinary ¶
func (m *RevokeRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*RevokeRequest) UnmarshalBinary ¶
func (m *RevokeRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type TagMap ¶
type TagMap struct {
// tags
Tags map[string]ImageStageMap `json:"tags,omitempty"`
}
TagMap tag map
swagger:model TagMap
func (*TagMap) ContextValidate ¶
ContextValidate validate this tag map based on the context it is used
func (*TagMap) MarshalBinary ¶
MarshalBinary interface implementation
func (*TagMap) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type UpdateConfigMapRequest ¶
type UpdateConfigMapRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
}
UpdateConfigMapRequest update config map request
swagger:model UpdateConfigMapRequest
func (*UpdateConfigMapRequest) ContextValidate ¶
func (m *UpdateConfigMapRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update config map request based on context it is used
func (*UpdateConfigMapRequest) MarshalBinary ¶
func (m *UpdateConfigMapRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateConfigMapRequest) UnmarshalBinary ¶
func (m *UpdateConfigMapRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateGenericCredentialsRequest ¶
type UpdateGenericCredentialsRequest struct {
// data
Data map[string]string `json:"data,omitempty"`
// description
Description string `json:"description,omitempty"`
}
UpdateGenericCredentialsRequest update generic credentials request
swagger:model UpdateGenericCredentialsRequest
func (*UpdateGenericCredentialsRequest) ContextValidate ¶
func (m *UpdateGenericCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update generic credentials request based on context it is used
func (*UpdateGenericCredentialsRequest) MarshalBinary ¶
func (m *UpdateGenericCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGenericCredentialsRequest) UnmarshalBinary ¶
func (m *UpdateGenericCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateRepoCredentialsRequest ¶
type UpdateRepoCredentialsRequest struct {
// description
Description string `json:"description,omitempty"`
// password
Password string `json:"password,omitempty"`
// repo Url
RepoURL string `json:"repoUrl,omitempty"`
// repo Url is regex
RepoURLIsRegex bool `json:"repoUrlIsRegex,omitempty"`
// type
Type string `json:"type,omitempty"`
// username
Username string `json:"username,omitempty"`
}
UpdateRepoCredentialsRequest update repo credentials request
swagger:model UpdateRepoCredentialsRequest
func (*UpdateRepoCredentialsRequest) ContextValidate ¶
func (m *UpdateRepoCredentialsRequest) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validates this update repo credentials request based on context it is used
func (*UpdateRepoCredentialsRequest) MarshalBinary ¶
func (m *UpdateRepoCredentialsRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateRepoCredentialsRequest) UnmarshalBinary ¶
func (m *UpdateRepoCredentialsRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UserClaims ¶
type UserClaims struct {
// claims
Claims []*Claim `json:"claims"`
}
UserClaims user claims
swagger:model UserClaims
func (*UserClaims) ContextValidate ¶
ContextValidate validate this user claims based on the context it is used
func (*UserClaims) MarshalBinary ¶
func (m *UserClaims) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UserClaims) UnmarshalBinary ¶
func (m *UserClaims) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Source Files
¶
- admin_login_response.go
- argo_c_d_shard.go
- claim.go
- create_api_token_request.go
- create_config_map_request.go
- create_generic_credentials_request.go
- create_or_update_resource_response.go
- create_or_update_resource_result.go
- create_repo_credentials_request.go
- create_resource_response.go
- create_resource_result.go
- delete_resource_response.go
- delete_resource_result.go
- get_config_response.go
- github_com_akuity_kargo_pkgx_version_version.go
- grant_request.go
- image_stage_map.go
- o_id_c_config.go
- patch_config_map_request.go
- patch_generic_credentials_request.go
- patch_repo_credentials_request.go
- promote_downstream_request.go
- promote_to_stage_request.go
- public_config.go
- resource_details.go
- revoke_request.go
- tag_map.go
- update_config_map_request.go
- update_generic_credentials_request.go
- update_repo_credentials_request.go
- user_claims.go