Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API. +groupName=argoproj.io +k8s:deepcopy-gen=package,register +k8s:openapi-gen=true
Index ¶
- Constants
- Variables
- func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
- func Resource(resource string) schema.GroupResource
- func SetK8SConfigDefaults(config *rest.Config) error
- func UnmarshalToUnstructured(resource string) (*unstructured.Unstructured, error)
- type AWSAuthConfig
- func (in *AWSAuthConfig) DeepCopy() *AWSAuthConfig
- func (in *AWSAuthConfig) DeepCopyInto(out *AWSAuthConfig)
- func (*AWSAuthConfig) Descriptor() ([]byte, []int)
- func (m *AWSAuthConfig) Marshal() (dAtA []byte, err error)
- func (m *AWSAuthConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *AWSAuthConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AWSAuthConfig) ProtoMessage()
- func (m *AWSAuthConfig) Reset()
- func (m *AWSAuthConfig) Size() (n int)
- func (this *AWSAuthConfig) String() string
- func (m *AWSAuthConfig) Unmarshal(dAtA []byte) error
- func (m *AWSAuthConfig) XXX_DiscardUnknown()
- func (m *AWSAuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AWSAuthConfig) XXX_Merge(src proto.Message)
- func (m *AWSAuthConfig) XXX_Size() int
- func (m *AWSAuthConfig) XXX_Unmarshal(b []byte) error
- type AppProject
- func (p *AppProject) AddGroupToRole(roleName, group string) (bool, error)
- func (in *AppProject) DeepCopy() *AppProject
- func (in *AppProject) DeepCopyInto(out *AppProject)
- func (in *AppProject) DeepCopyObject() runtime.Object
- func (*AppProject) Descriptor() ([]byte, []int)
- func (p *AppProject) GetJWTToken(roleName string, issuedAt int64, id string) (*JWTToken, int, error)
- func (p *AppProject) GetJWTTokenFromSpec(roleName string, issuedAt int64, id string) (*JWTToken, int, error)
- func (p *AppProject) GetRoleByName(name string) (*ProjectRole, int, error)
- func (proj AppProject) HasFinalizer() bool
- func (proj AppProject) IsDestinationPermitted(dst ApplicationDestination) bool
- func (proj AppProject) IsGroupKindPermitted(gk schema.GroupKind, namespaced bool) bool
- func (proj AppProject) IsLiveResourcePermitted(un *unstructured.Unstructured, server string) bool
- func (proj AppProject) IsSourcePermitted(src ApplicationSource) bool
- func (m *AppProject) Marshal() (dAtA []byte, err error)
- func (m *AppProject) MarshalTo(dAtA []byte) (int, error)
- func (m *AppProject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (proj *AppProject) NormalizeJWTTokens() bool
- func (p *AppProject) NormalizePolicies()
- func (proj *AppProject) ProjectPoliciesString() string
- func (*AppProject) ProtoMessage()
- func (proj *AppProject) RemoveFinalizer()
- func (p *AppProject) RemoveGroupFromRole(roleName, group string) (bool, error)
- func (p AppProject) RemoveJWTToken(roleIndex int, issuedAt int64, id string) error
- func (m *AppProject) Reset()
- func (m *AppProject) Size() (n int)
- func (this *AppProject) String() string
- func (m *AppProject) Unmarshal(dAtA []byte) error
- func (p *AppProject) ValidateJWTTokenID(roleName string, id string) error
- func (p *AppProject) ValidateProject() error
- func (m *AppProject) XXX_DiscardUnknown()
- func (m *AppProject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppProject) XXX_Merge(src proto.Message)
- func (m *AppProject) XXX_Size() int
- func (m *AppProject) XXX_Unmarshal(b []byte) error
- type AppProjectList
- func (in *AppProjectList) DeepCopy() *AppProjectList
- func (in *AppProjectList) DeepCopyInto(out *AppProjectList)
- func (in *AppProjectList) DeepCopyObject() runtime.Object
- func (*AppProjectList) Descriptor() ([]byte, []int)
- func (m *AppProjectList) Marshal() (dAtA []byte, err error)
- func (m *AppProjectList) MarshalTo(dAtA []byte) (int, error)
- func (m *AppProjectList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppProjectList) ProtoMessage()
- func (m *AppProjectList) Reset()
- func (m *AppProjectList) Size() (n int)
- func (this *AppProjectList) String() string
- func (m *AppProjectList) Unmarshal(dAtA []byte) error
- func (m *AppProjectList) XXX_DiscardUnknown()
- func (m *AppProjectList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppProjectList) XXX_Merge(src proto.Message)
- func (m *AppProjectList) XXX_Size() int
- func (m *AppProjectList) XXX_Unmarshal(b []byte) error
- type AppProjectSpec
- func (s *AppProjectSpec) AddWindow(knd string, sch string, dur string, app []string, ns []string, cl []string, ...) error
- func (in *AppProjectSpec) DeepCopy() *AppProjectSpec
- func (in *AppProjectSpec) DeepCopyInto(out *AppProjectSpec)
- func (s *AppProjectSpec) DeleteWindow(id int) error
- func (*AppProjectSpec) Descriptor() ([]byte, []int)
- func (d AppProjectSpec) DestinationClusters() []string
- func (m *AppProjectSpec) Marshal() (dAtA []byte, err error)
- func (m *AppProjectSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *AppProjectSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppProjectSpec) ProtoMessage()
- func (m *AppProjectSpec) Reset()
- func (m *AppProjectSpec) Size() (n int)
- func (this *AppProjectSpec) String() string
- func (m *AppProjectSpec) Unmarshal(dAtA []byte) error
- func (m *AppProjectSpec) XXX_DiscardUnknown()
- func (m *AppProjectSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppProjectSpec) XXX_Merge(src proto.Message)
- func (m *AppProjectSpec) XXX_Size() int
- func (m *AppProjectSpec) XXX_Unmarshal(b []byte) error
- type AppProjectStatus
- func (in *AppProjectStatus) DeepCopy() *AppProjectStatus
- func (in *AppProjectStatus) DeepCopyInto(out *AppProjectStatus)
- func (*AppProjectStatus) Descriptor() ([]byte, []int)
- func (m *AppProjectStatus) Marshal() (dAtA []byte, err error)
- func (m *AppProjectStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *AppProjectStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AppProjectStatus) ProtoMessage()
- func (m *AppProjectStatus) Reset()
- func (m *AppProjectStatus) Size() (n int)
- func (this *AppProjectStatus) String() string
- func (m *AppProjectStatus) Unmarshal(dAtA []byte) error
- func (m *AppProjectStatus) XXX_DiscardUnknown()
- func (m *AppProjectStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppProjectStatus) XXX_Merge(src proto.Message)
- func (m *AppProjectStatus) XXX_Size() int
- func (m *AppProjectStatus) XXX_Unmarshal(b []byte) error
- type Application
- func (app *Application) CascadedDeletion() bool
- func (in *Application) DeepCopy() *Application
- func (in *Application) DeepCopyInto(out *Application)
- func (in *Application) DeepCopyObject() runtime.Object
- func (*Application) Descriptor() ([]byte, []int)
- func (a *Application) GetMetadata() *objectMeta
- func (app *Application) IsRefreshRequested() (RefreshType, bool)
- func (m *Application) Marshal() (dAtA []byte, err error)
- func (m *Application) MarshalTo(dAtA []byte) (int, error)
- func (m *Application) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Application) ProtoMessage()
- func (m *Application) Reset()
- func (app *Application) SetCascadedDeletion(prune bool)
- func (m *Application) Size() (n int)
- func (this *Application) String() string
- func (m *Application) Unmarshal(dAtA []byte) error
- func (m *Application) XXX_DiscardUnknown()
- func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Application) XXX_Merge(src proto.Message)
- func (m *Application) XXX_Size() int
- func (m *Application) XXX_Unmarshal(b []byte) error
- type ApplicationCondition
- func (in *ApplicationCondition) DeepCopy() *ApplicationCondition
- func (in *ApplicationCondition) DeepCopyInto(out *ApplicationCondition)
- func (*ApplicationCondition) Descriptor() ([]byte, []int)
- func (condition *ApplicationCondition) IsError() bool
- func (m *ApplicationCondition) Marshal() (dAtA []byte, err error)
- func (m *ApplicationCondition) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationCondition) ProtoMessage()
- func (m *ApplicationCondition) Reset()
- func (m *ApplicationCondition) Size() (n int)
- func (this *ApplicationCondition) String() string
- func (m *ApplicationCondition) Unmarshal(dAtA []byte) error
- func (m *ApplicationCondition) XXX_DiscardUnknown()
- func (m *ApplicationCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationCondition) XXX_Merge(src proto.Message)
- func (m *ApplicationCondition) XXX_Size() int
- func (m *ApplicationCondition) XXX_Unmarshal(b []byte) error
- type ApplicationConditionType
- type ApplicationDestination
- func (in *ApplicationDestination) DeepCopy() *ApplicationDestination
- func (in *ApplicationDestination) DeepCopyInto(out *ApplicationDestination)
- func (*ApplicationDestination) Descriptor() ([]byte, []int)
- func (dest ApplicationDestination) Equals(other ApplicationDestination) bool
- func (d *ApplicationDestination) IsServerInferred() bool
- func (m *ApplicationDestination) Marshal() (dAtA []byte, err error)
- func (d *ApplicationDestination) MarshalJSON() ([]byte, error)
- func (m *ApplicationDestination) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationDestination) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationDestination) ProtoMessage()
- func (m *ApplicationDestination) Reset()
- func (d *ApplicationDestination) SetInferredServer(server string)
- func (m *ApplicationDestination) Size() (n int)
- func (this *ApplicationDestination) String() string
- func (m *ApplicationDestination) Unmarshal(dAtA []byte) error
- func (m *ApplicationDestination) XXX_DiscardUnknown()
- func (m *ApplicationDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationDestination) XXX_Merge(src proto.Message)
- func (m *ApplicationDestination) XXX_Size() int
- func (m *ApplicationDestination) XXX_Unmarshal(b []byte) error
- type ApplicationList
- func (in *ApplicationList) DeepCopy() *ApplicationList
- func (in *ApplicationList) DeepCopyInto(out *ApplicationList)
- func (in *ApplicationList) DeepCopyObject() runtime.Object
- func (*ApplicationList) Descriptor() ([]byte, []int)
- func (m *ApplicationList) Marshal() (dAtA []byte, err error)
- func (m *ApplicationList) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationList) ProtoMessage()
- func (m *ApplicationList) Reset()
- func (m *ApplicationList) Size() (n int)
- func (this *ApplicationList) String() string
- func (m *ApplicationList) Unmarshal(dAtA []byte) error
- func (m *ApplicationList) XXX_DiscardUnknown()
- func (m *ApplicationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationList) XXX_Merge(src proto.Message)
- func (m *ApplicationList) XXX_Size() int
- func (m *ApplicationList) XXX_Unmarshal(b []byte) error
- type ApplicationSource
- func (a *ApplicationSource) AllowsConcurrentProcessing() bool
- func (in *ApplicationSource) DeepCopy() *ApplicationSource
- func (in *ApplicationSource) DeepCopyInto(out *ApplicationSource)
- func (*ApplicationSource) Descriptor() ([]byte, []int)
- func (source *ApplicationSource) Equals(other ApplicationSource) bool
- func (source *ApplicationSource) ExplicitType() (*ApplicationSourceType, error)
- func (a *ApplicationSource) IsHelm() bool
- func (a *ApplicationSource) IsHelmOci() bool
- func (a *ApplicationSource) IsZero() bool
- func (m *ApplicationSource) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSource) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSource) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSource) ProtoMessage()
- func (m *ApplicationSource) Reset()
- func (m *ApplicationSource) Size() (n int)
- func (this *ApplicationSource) String() string
- func (m *ApplicationSource) Unmarshal(dAtA []byte) error
- func (m *ApplicationSource) XXX_DiscardUnknown()
- func (m *ApplicationSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSource) XXX_Merge(src proto.Message)
- func (m *ApplicationSource) XXX_Size() int
- func (m *ApplicationSource) XXX_Unmarshal(b []byte) error
- type ApplicationSourceDirectory
- func (in *ApplicationSourceDirectory) DeepCopy() *ApplicationSourceDirectory
- func (in *ApplicationSourceDirectory) DeepCopyInto(out *ApplicationSourceDirectory)
- func (*ApplicationSourceDirectory) Descriptor() ([]byte, []int)
- func (d *ApplicationSourceDirectory) IsZero() bool
- func (m *ApplicationSourceDirectory) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourceDirectory) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourceDirectory) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourceDirectory) ProtoMessage()
- func (m *ApplicationSourceDirectory) Reset()
- func (m *ApplicationSourceDirectory) Size() (n int)
- func (this *ApplicationSourceDirectory) String() string
- func (m *ApplicationSourceDirectory) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourceDirectory) XXX_DiscardUnknown()
- func (m *ApplicationSourceDirectory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourceDirectory) XXX_Merge(src proto.Message)
- func (m *ApplicationSourceDirectory) XXX_Size() int
- func (m *ApplicationSourceDirectory) XXX_Unmarshal(b []byte) error
- type ApplicationSourceHelm
- func (in *ApplicationSourceHelm) AddFileParameter(p HelmFileParameter)
- func (in *ApplicationSourceHelm) AddParameter(p HelmParameter)
- func (in *ApplicationSourceHelm) DeepCopy() *ApplicationSourceHelm
- func (in *ApplicationSourceHelm) DeepCopyInto(out *ApplicationSourceHelm)
- func (*ApplicationSourceHelm) Descriptor() ([]byte, []int)
- func (h *ApplicationSourceHelm) IsZero() bool
- func (m *ApplicationSourceHelm) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourceHelm) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourceHelm) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourceHelm) ProtoMessage()
- func (m *ApplicationSourceHelm) Reset()
- func (m *ApplicationSourceHelm) Size() (n int)
- func (this *ApplicationSourceHelm) String() string
- func (m *ApplicationSourceHelm) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourceHelm) XXX_DiscardUnknown()
- func (m *ApplicationSourceHelm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourceHelm) XXX_Merge(src proto.Message)
- func (m *ApplicationSourceHelm) XXX_Size() int
- func (m *ApplicationSourceHelm) XXX_Unmarshal(b []byte) error
- type ApplicationSourceJsonnet
- func (in *ApplicationSourceJsonnet) DeepCopy() *ApplicationSourceJsonnet
- func (in *ApplicationSourceJsonnet) DeepCopyInto(out *ApplicationSourceJsonnet)
- func (*ApplicationSourceJsonnet) Descriptor() ([]byte, []int)
- func (j *ApplicationSourceJsonnet) IsZero() bool
- func (m *ApplicationSourceJsonnet) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourceJsonnet) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourceJsonnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourceJsonnet) ProtoMessage()
- func (m *ApplicationSourceJsonnet) Reset()
- func (m *ApplicationSourceJsonnet) Size() (n int)
- func (this *ApplicationSourceJsonnet) String() string
- func (m *ApplicationSourceJsonnet) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourceJsonnet) XXX_DiscardUnknown()
- func (m *ApplicationSourceJsonnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourceJsonnet) XXX_Merge(src proto.Message)
- func (m *ApplicationSourceJsonnet) XXX_Size() int
- func (m *ApplicationSourceJsonnet) XXX_Unmarshal(b []byte) error
- type ApplicationSourceKsonnet
- func (k *ApplicationSourceKsonnet) AllowsConcurrentProcessing() bool
- func (in *ApplicationSourceKsonnet) DeepCopy() *ApplicationSourceKsonnet
- func (in *ApplicationSourceKsonnet) DeepCopyInto(out *ApplicationSourceKsonnet)
- func (*ApplicationSourceKsonnet) Descriptor() ([]byte, []int)
- func (k *ApplicationSourceKsonnet) IsZero() bool
- func (m *ApplicationSourceKsonnet) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourceKsonnet) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourceKsonnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourceKsonnet) ProtoMessage()
- func (m *ApplicationSourceKsonnet) Reset()
- func (m *ApplicationSourceKsonnet) Size() (n int)
- func (this *ApplicationSourceKsonnet) String() string
- func (m *ApplicationSourceKsonnet) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourceKsonnet) XXX_DiscardUnknown()
- func (m *ApplicationSourceKsonnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourceKsonnet) XXX_Merge(src proto.Message)
- func (m *ApplicationSourceKsonnet) XXX_Size() int
- func (m *ApplicationSourceKsonnet) XXX_Unmarshal(b []byte) error
- type ApplicationSourceKustomize
- func (k *ApplicationSourceKustomize) AllowsConcurrentProcessing() bool
- func (in *ApplicationSourceKustomize) DeepCopy() *ApplicationSourceKustomize
- func (in *ApplicationSourceKustomize) DeepCopyInto(out *ApplicationSourceKustomize)
- func (*ApplicationSourceKustomize) Descriptor() ([]byte, []int)
- func (k *ApplicationSourceKustomize) IsZero() bool
- func (m *ApplicationSourceKustomize) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourceKustomize) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourceKustomize) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (k *ApplicationSourceKustomize) MergeImage(image KustomizeImage)
- func (*ApplicationSourceKustomize) ProtoMessage()
- func (m *ApplicationSourceKustomize) Reset()
- func (m *ApplicationSourceKustomize) Size() (n int)
- func (this *ApplicationSourceKustomize) String() string
- func (m *ApplicationSourceKustomize) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourceKustomize) XXX_DiscardUnknown()
- func (m *ApplicationSourceKustomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourceKustomize) XXX_Merge(src proto.Message)
- func (m *ApplicationSourceKustomize) XXX_Size() int
- func (m *ApplicationSourceKustomize) XXX_Unmarshal(b []byte) error
- type ApplicationSourcePlugin
- func (in *ApplicationSourcePlugin) DeepCopy() *ApplicationSourcePlugin
- func (in *ApplicationSourcePlugin) DeepCopyInto(out *ApplicationSourcePlugin)
- func (*ApplicationSourcePlugin) Descriptor() ([]byte, []int)
- func (c *ApplicationSourcePlugin) IsZero() bool
- func (m *ApplicationSourcePlugin) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSourcePlugin) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourcePlugin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourcePlugin) ProtoMessage()
- func (m *ApplicationSourcePlugin) Reset()
- func (m *ApplicationSourcePlugin) Size() (n int)
- func (this *ApplicationSourcePlugin) String() string
- func (m *ApplicationSourcePlugin) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourcePlugin) XXX_DiscardUnknown()
- func (m *ApplicationSourcePlugin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourcePlugin) XXX_Merge(src proto.Message)
- func (m *ApplicationSourcePlugin) XXX_Size() int
- func (m *ApplicationSourcePlugin) XXX_Unmarshal(b []byte) error
- type ApplicationSourceType
- type ApplicationSpec
- func (in *ApplicationSpec) DeepCopy() *ApplicationSpec
- func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec)
- func (*ApplicationSpec) Descriptor() ([]byte, []int)
- func (spec ApplicationSpec) GetProject() string
- func (spec ApplicationSpec) GetRevisionHistoryLimit() int
- func (m *ApplicationSpec) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSpec) ProtoMessage()
- func (m *ApplicationSpec) Reset()
- func (m *ApplicationSpec) Size() (n int)
- func (this *ApplicationSpec) String() string
- func (m *ApplicationSpec) Unmarshal(dAtA []byte) error
- func (m *ApplicationSpec) XXX_DiscardUnknown()
- func (m *ApplicationSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSpec) XXX_Merge(src proto.Message)
- func (m *ApplicationSpec) XXX_Size() int
- func (m *ApplicationSpec) XXX_Unmarshal(b []byte) error
- type ApplicationStatus
- func (in *ApplicationStatus) DeepCopy() *ApplicationStatus
- func (in *ApplicationStatus) DeepCopyInto(out *ApplicationStatus)
- func (*ApplicationStatus) Descriptor() ([]byte, []int)
- func (status *ApplicationStatus) GetConditions(conditionTypes map[ApplicationConditionType]bool) []ApplicationCondition
- func (m *ApplicationStatus) Marshal() (dAtA []byte, err error)
- func (m *ApplicationStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationStatus) ProtoMessage()
- func (m *ApplicationStatus) Reset()
- func (status *ApplicationStatus) SetConditions(conditions []ApplicationCondition, ...)
- func (m *ApplicationStatus) Size() (n int)
- func (this *ApplicationStatus) String() string
- func (m *ApplicationStatus) Unmarshal(dAtA []byte) error
- func (m *ApplicationStatus) XXX_DiscardUnknown()
- func (m *ApplicationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationStatus) XXX_Merge(src proto.Message)
- func (m *ApplicationStatus) XXX_Size() int
- func (m *ApplicationStatus) XXX_Unmarshal(b []byte) error
- type ApplicationSummary
- func (in *ApplicationSummary) DeepCopy() *ApplicationSummary
- func (in *ApplicationSummary) DeepCopyInto(out *ApplicationSummary)
- func (*ApplicationSummary) Descriptor() ([]byte, []int)
- func (m *ApplicationSummary) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSummary) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSummary) ProtoMessage()
- func (m *ApplicationSummary) Reset()
- func (m *ApplicationSummary) Size() (n int)
- func (this *ApplicationSummary) String() string
- func (m *ApplicationSummary) Unmarshal(dAtA []byte) error
- func (m *ApplicationSummary) XXX_DiscardUnknown()
- func (m *ApplicationSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSummary) XXX_Merge(src proto.Message)
- func (m *ApplicationSummary) XXX_Size() int
- func (m *ApplicationSummary) XXX_Unmarshal(b []byte) error
- type ApplicationTree
- func (in *ApplicationTree) DeepCopy() *ApplicationTree
- func (in *ApplicationTree) DeepCopyInto(out *ApplicationTree)
- func (*ApplicationTree) Descriptor() ([]byte, []int)
- func (t *ApplicationTree) FindNode(group string, kind string, namespace string, name string) *ResourceNode
- func (t *ApplicationTree) GetSummary() ApplicationSummary
- func (m *ApplicationTree) Marshal() (dAtA []byte, err error)
- func (m *ApplicationTree) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationTree) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (t *ApplicationTree) Normalize()
- func (*ApplicationTree) ProtoMessage()
- func (m *ApplicationTree) Reset()
- func (m *ApplicationTree) Size() (n int)
- func (this *ApplicationTree) String() string
- func (m *ApplicationTree) Unmarshal(dAtA []byte) error
- func (m *ApplicationTree) XXX_DiscardUnknown()
- func (m *ApplicationTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationTree) XXX_Merge(src proto.Message)
- func (m *ApplicationTree) XXX_Size() int
- func (m *ApplicationTree) XXX_Unmarshal(b []byte) error
- type ApplicationWatchEvent
- func (in *ApplicationWatchEvent) DeepCopy() *ApplicationWatchEvent
- func (in *ApplicationWatchEvent) DeepCopyInto(out *ApplicationWatchEvent)
- func (*ApplicationWatchEvent) Descriptor() ([]byte, []int)
- func (m *ApplicationWatchEvent) Marshal() (dAtA []byte, err error)
- func (m *ApplicationWatchEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationWatchEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationWatchEvent) ProtoMessage()
- func (m *ApplicationWatchEvent) Reset()
- func (m *ApplicationWatchEvent) Size() (n int)
- func (this *ApplicationWatchEvent) String() string
- func (m *ApplicationWatchEvent) Unmarshal(dAtA []byte) error
- func (m *ApplicationWatchEvent) XXX_DiscardUnknown()
- func (m *ApplicationWatchEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationWatchEvent) XXX_Merge(src proto.Message)
- func (m *ApplicationWatchEvent) XXX_Size() int
- func (m *ApplicationWatchEvent) XXX_Unmarshal(b []byte) error
- type Backoff
- func (in *Backoff) DeepCopy() *Backoff
- func (in *Backoff) DeepCopyInto(out *Backoff)
- func (*Backoff) Descriptor() ([]byte, []int)
- func (m *Backoff) Marshal() (dAtA []byte, err error)
- func (m *Backoff) MarshalTo(dAtA []byte) (int, error)
- func (m *Backoff) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Backoff) ProtoMessage()
- func (m *Backoff) Reset()
- func (m *Backoff) Size() (n int)
- func (this *Backoff) String() string
- func (m *Backoff) Unmarshal(dAtA []byte) error
- func (m *Backoff) XXX_DiscardUnknown()
- func (m *Backoff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Backoff) XXX_Merge(src proto.Message)
- func (m *Backoff) XXX_Size() int
- func (m *Backoff) XXX_Unmarshal(b []byte) error
- type Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (*Cluster) Descriptor() ([]byte, []int)
- func (c *Cluster) Equals(other *Cluster) bool
- func (m *Cluster) Marshal() (dAtA []byte, err error)
- func (m *Cluster) MarshalTo(dAtA []byte) (int, error)
- func (m *Cluster) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Cluster) ProtoMessage()
- func (c *Cluster) RESTConfig() *rest.Config
- func (c *Cluster) RawRestConfig() *rest.Config
- func (m *Cluster) Reset()
- func (m *Cluster) Size() (n int)
- func (this *Cluster) String() string
- func (m *Cluster) Unmarshal(dAtA []byte) error
- func (m *Cluster) XXX_DiscardUnknown()
- func (m *Cluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Cluster) XXX_Merge(src proto.Message)
- func (m *Cluster) XXX_Size() int
- func (m *Cluster) XXX_Unmarshal(b []byte) error
- type ClusterCacheInfo
- func (in *ClusterCacheInfo) DeepCopy() *ClusterCacheInfo
- func (in *ClusterCacheInfo) DeepCopyInto(out *ClusterCacheInfo)
- func (*ClusterCacheInfo) Descriptor() ([]byte, []int)
- func (m *ClusterCacheInfo) Marshal() (dAtA []byte, err error)
- func (m *ClusterCacheInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterCacheInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterCacheInfo) ProtoMessage()
- func (m *ClusterCacheInfo) Reset()
- func (m *ClusterCacheInfo) Size() (n int)
- func (this *ClusterCacheInfo) String() string
- func (m *ClusterCacheInfo) Unmarshal(dAtA []byte) error
- func (m *ClusterCacheInfo) XXX_DiscardUnknown()
- func (m *ClusterCacheInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterCacheInfo) XXX_Merge(src proto.Message)
- func (m *ClusterCacheInfo) XXX_Size() int
- func (m *ClusterCacheInfo) XXX_Unmarshal(b []byte) error
- type ClusterConfig
- func (in *ClusterConfig) DeepCopy() *ClusterConfig
- func (in *ClusterConfig) DeepCopyInto(out *ClusterConfig)
- func (*ClusterConfig) Descriptor() ([]byte, []int)
- func (m *ClusterConfig) Marshal() (dAtA []byte, err error)
- func (m *ClusterConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterConfig) ProtoMessage()
- func (m *ClusterConfig) Reset()
- func (m *ClusterConfig) Size() (n int)
- func (this *ClusterConfig) String() string
- func (m *ClusterConfig) Unmarshal(dAtA []byte) error
- func (m *ClusterConfig) XXX_DiscardUnknown()
- func (m *ClusterConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterConfig) XXX_Merge(src proto.Message)
- func (m *ClusterConfig) XXX_Size() int
- func (m *ClusterConfig) XXX_Unmarshal(b []byte) error
- type ClusterInfo
- func (in *ClusterInfo) DeepCopy() *ClusterInfo
- func (in *ClusterInfo) DeepCopyInto(out *ClusterInfo)
- func (*ClusterInfo) Descriptor() ([]byte, []int)
- func (m *ClusterInfo) Marshal() (dAtA []byte, err error)
- func (m *ClusterInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterInfo) ProtoMessage()
- func (m *ClusterInfo) Reset()
- func (m *ClusterInfo) Size() (n int)
- func (this *ClusterInfo) String() string
- func (m *ClusterInfo) Unmarshal(dAtA []byte) error
- func (m *ClusterInfo) XXX_DiscardUnknown()
- func (m *ClusterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterInfo) XXX_Merge(src proto.Message)
- func (m *ClusterInfo) XXX_Size() int
- func (m *ClusterInfo) XXX_Unmarshal(b []byte) error
- type ClusterList
- func (in *ClusterList) DeepCopy() *ClusterList
- func (in *ClusterList) DeepCopyInto(out *ClusterList)
- func (*ClusterList) Descriptor() ([]byte, []int)
- func (m *ClusterList) Marshal() (dAtA []byte, err error)
- func (m *ClusterList) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterList) ProtoMessage()
- func (m *ClusterList) Reset()
- func (m *ClusterList) Size() (n int)
- func (this *ClusterList) String() string
- func (m *ClusterList) Unmarshal(dAtA []byte) error
- func (m *ClusterList) XXX_DiscardUnknown()
- func (m *ClusterList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterList) XXX_Merge(src proto.Message)
- func (m *ClusterList) XXX_Size() int
- func (m *ClusterList) XXX_Unmarshal(b []byte) error
- type Command
- func (in *Command) DeepCopy() *Command
- func (in *Command) DeepCopyInto(out *Command)
- func (*Command) Descriptor() ([]byte, []int)
- func (m *Command) Marshal() (dAtA []byte, err error)
- func (m *Command) MarshalTo(dAtA []byte) (int, error)
- func (m *Command) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Command) ProtoMessage()
- func (m *Command) Reset()
- func (m *Command) Size() (n int)
- func (this *Command) String() string
- func (m *Command) Unmarshal(dAtA []byte) error
- func (m *Command) XXX_DiscardUnknown()
- func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Command) XXX_Merge(src proto.Message)
- func (m *Command) XXX_Size() int
- func (m *Command) XXX_Unmarshal(b []byte) error
- type ComparedTo
- func (in *ComparedTo) DeepCopy() *ComparedTo
- func (in *ComparedTo) DeepCopyInto(out *ComparedTo)
- func (*ComparedTo) Descriptor() ([]byte, []int)
- func (m *ComparedTo) Marshal() (dAtA []byte, err error)
- func (m *ComparedTo) MarshalTo(dAtA []byte) (int, error)
- func (m *ComparedTo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ComparedTo) ProtoMessage()
- func (m *ComparedTo) Reset()
- func (m *ComparedTo) Size() (n int)
- func (this *ComparedTo) String() string
- func (m *ComparedTo) Unmarshal(dAtA []byte) error
- func (m *ComparedTo) XXX_DiscardUnknown()
- func (m *ComparedTo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ComparedTo) XXX_Merge(src proto.Message)
- func (m *ComparedTo) XXX_Size() int
- func (m *ComparedTo) XXX_Unmarshal(b []byte) error
- type ComponentParameter
- func (in *ComponentParameter) DeepCopy() *ComponentParameter
- func (in *ComponentParameter) DeepCopyInto(out *ComponentParameter)
- func (*ComponentParameter) Descriptor() ([]byte, []int)
- func (m *ComponentParameter) Marshal() (dAtA []byte, err error)
- func (m *ComponentParameter) MarshalTo(dAtA []byte) (int, error)
- func (m *ComponentParameter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ComponentParameter) ProtoMessage()
- func (m *ComponentParameter) Reset()
- func (m *ComponentParameter) Size() (n int)
- func (this *ComponentParameter) String() string
- func (m *ComponentParameter) Unmarshal(dAtA []byte) error
- func (m *ComponentParameter) XXX_DiscardUnknown()
- func (m *ComponentParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ComponentParameter) XXX_Merge(src proto.Message)
- func (m *ComponentParameter) XXX_Size() int
- func (m *ComponentParameter) XXX_Unmarshal(b []byte) error
- type ConfigManagementPlugin
- func (in *ConfigManagementPlugin) DeepCopy() *ConfigManagementPlugin
- func (in *ConfigManagementPlugin) DeepCopyInto(out *ConfigManagementPlugin)
- func (*ConfigManagementPlugin) Descriptor() ([]byte, []int)
- func (m *ConfigManagementPlugin) Marshal() (dAtA []byte, err error)
- func (m *ConfigManagementPlugin) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigManagementPlugin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigManagementPlugin) ProtoMessage()
- func (m *ConfigManagementPlugin) Reset()
- func (m *ConfigManagementPlugin) Size() (n int)
- func (this *ConfigManagementPlugin) String() string
- func (m *ConfigManagementPlugin) Unmarshal(dAtA []byte) error
- func (m *ConfigManagementPlugin) XXX_DiscardUnknown()
- func (m *ConfigManagementPlugin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigManagementPlugin) XXX_Merge(src proto.Message)
- func (m *ConfigManagementPlugin) XXX_Size() int
- func (m *ConfigManagementPlugin) XXX_Unmarshal(b []byte) error
- type ConnectionState
- func (in *ConnectionState) DeepCopy() *ConnectionState
- func (in *ConnectionState) DeepCopyInto(out *ConnectionState)
- func (*ConnectionState) Descriptor() ([]byte, []int)
- func (m *ConnectionState) Marshal() (dAtA []byte, err error)
- func (m *ConnectionState) MarshalTo(dAtA []byte) (int, error)
- func (m *ConnectionState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConnectionState) ProtoMessage()
- func (m *ConnectionState) Reset()
- func (m *ConnectionState) Size() (n int)
- func (this *ConnectionState) String() string
- func (m *ConnectionState) Unmarshal(dAtA []byte) error
- func (m *ConnectionState) XXX_DiscardUnknown()
- func (m *ConnectionState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConnectionState) XXX_Merge(src proto.Message)
- func (m *ConnectionState) XXX_Size() int
- func (m *ConnectionState) XXX_Unmarshal(b []byte) error
- type ConnectionStatus
- type Env
- type EnvEntry
- func (in *EnvEntry) DeepCopy() *EnvEntry
- func (in *EnvEntry) DeepCopyInto(out *EnvEntry)
- func (*EnvEntry) Descriptor() ([]byte, []int)
- func (a *EnvEntry) IsZero() bool
- func (m *EnvEntry) Marshal() (dAtA []byte, err error)
- func (m *EnvEntry) MarshalTo(dAtA []byte) (int, error)
- func (m *EnvEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EnvEntry) ProtoMessage()
- func (m *EnvEntry) Reset()
- func (m *EnvEntry) Size() (n int)
- func (this *EnvEntry) String() string
- func (m *EnvEntry) Unmarshal(dAtA []byte) error
- func (m *EnvEntry) XXX_DiscardUnknown()
- func (m *EnvEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EnvEntry) XXX_Merge(src proto.Message)
- func (m *EnvEntry) XXX_Size() int
- func (m *EnvEntry) XXX_Unmarshal(b []byte) error
- type ExecProviderConfig
- func (in *ExecProviderConfig) DeepCopy() *ExecProviderConfig
- func (in *ExecProviderConfig) DeepCopyInto(out *ExecProviderConfig)
- func (*ExecProviderConfig) Descriptor() ([]byte, []int)
- func (m *ExecProviderConfig) Marshal() (dAtA []byte, err error)
- func (m *ExecProviderConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *ExecProviderConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExecProviderConfig) ProtoMessage()
- func (m *ExecProviderConfig) Reset()
- func (m *ExecProviderConfig) Size() (n int)
- func (this *ExecProviderConfig) String() string
- func (m *ExecProviderConfig) Unmarshal(dAtA []byte) error
- func (m *ExecProviderConfig) XXX_DiscardUnknown()
- func (m *ExecProviderConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExecProviderConfig) XXX_Merge(src proto.Message)
- func (m *ExecProviderConfig) XXX_Size() int
- func (m *ExecProviderConfig) XXX_Unmarshal(b []byte) error
- type GnuPGPublicKey
- func (in *GnuPGPublicKey) DeepCopy() *GnuPGPublicKey
- func (in *GnuPGPublicKey) DeepCopyInto(out *GnuPGPublicKey)
- func (*GnuPGPublicKey) Descriptor() ([]byte, []int)
- func (m *GnuPGPublicKey) Marshal() (dAtA []byte, err error)
- func (m *GnuPGPublicKey) MarshalTo(dAtA []byte) (int, error)
- func (m *GnuPGPublicKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GnuPGPublicKey) ProtoMessage()
- func (m *GnuPGPublicKey) Reset()
- func (m *GnuPGPublicKey) Size() (n int)
- func (this *GnuPGPublicKey) String() string
- func (m *GnuPGPublicKey) Unmarshal(dAtA []byte) error
- func (m *GnuPGPublicKey) XXX_DiscardUnknown()
- func (m *GnuPGPublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GnuPGPublicKey) XXX_Merge(src proto.Message)
- func (m *GnuPGPublicKey) XXX_Size() int
- func (m *GnuPGPublicKey) XXX_Unmarshal(b []byte) error
- type GnuPGPublicKeyList
- func (in *GnuPGPublicKeyList) DeepCopy() *GnuPGPublicKeyList
- func (in *GnuPGPublicKeyList) DeepCopyInto(out *GnuPGPublicKeyList)
- func (*GnuPGPublicKeyList) Descriptor() ([]byte, []int)
- func (m *GnuPGPublicKeyList) Marshal() (dAtA []byte, err error)
- func (m *GnuPGPublicKeyList) MarshalTo(dAtA []byte) (int, error)
- func (m *GnuPGPublicKeyList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GnuPGPublicKeyList) ProtoMessage()
- func (m *GnuPGPublicKeyList) Reset()
- func (m *GnuPGPublicKeyList) Size() (n int)
- func (this *GnuPGPublicKeyList) String() string
- func (m *GnuPGPublicKeyList) Unmarshal(dAtA []byte) error
- func (m *GnuPGPublicKeyList) XXX_DiscardUnknown()
- func (m *GnuPGPublicKeyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GnuPGPublicKeyList) XXX_Merge(src proto.Message)
- func (m *GnuPGPublicKeyList) XXX_Size() int
- func (m *GnuPGPublicKeyList) XXX_Unmarshal(b []byte) error
- type HealthStatus
- func (in *HealthStatus) DeepCopy() *HealthStatus
- func (in *HealthStatus) DeepCopyInto(out *HealthStatus)
- func (*HealthStatus) Descriptor() ([]byte, []int)
- func (m *HealthStatus) Marshal() (dAtA []byte, err error)
- func (m *HealthStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *HealthStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HealthStatus) ProtoMessage()
- func (m *HealthStatus) Reset()
- func (m *HealthStatus) Size() (n int)
- func (this *HealthStatus) String() string
- func (m *HealthStatus) Unmarshal(dAtA []byte) error
- func (m *HealthStatus) XXX_DiscardUnknown()
- func (m *HealthStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HealthStatus) XXX_Merge(src proto.Message)
- func (m *HealthStatus) XXX_Size() int
- func (m *HealthStatus) XXX_Unmarshal(b []byte) error
- type HelmFileParameter
- func (in *HelmFileParameter) DeepCopy() *HelmFileParameter
- func (in *HelmFileParameter) DeepCopyInto(out *HelmFileParameter)
- func (*HelmFileParameter) Descriptor() ([]byte, []int)
- func (m *HelmFileParameter) Marshal() (dAtA []byte, err error)
- func (m *HelmFileParameter) MarshalTo(dAtA []byte) (int, error)
- func (m *HelmFileParameter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HelmFileParameter) ProtoMessage()
- func (m *HelmFileParameter) Reset()
- func (m *HelmFileParameter) Size() (n int)
- func (this *HelmFileParameter) String() string
- func (m *HelmFileParameter) Unmarshal(dAtA []byte) error
- func (m *HelmFileParameter) XXX_DiscardUnknown()
- func (m *HelmFileParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HelmFileParameter) XXX_Merge(src proto.Message)
- func (m *HelmFileParameter) XXX_Size() int
- func (m *HelmFileParameter) XXX_Unmarshal(b []byte) error
- type HelmParameter
- func (in *HelmParameter) DeepCopy() *HelmParameter
- func (in *HelmParameter) DeepCopyInto(out *HelmParameter)
- func (*HelmParameter) Descriptor() ([]byte, []int)
- func (m *HelmParameter) Marshal() (dAtA []byte, err error)
- func (m *HelmParameter) MarshalTo(dAtA []byte) (int, error)
- func (m *HelmParameter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HelmParameter) ProtoMessage()
- func (m *HelmParameter) Reset()
- func (m *HelmParameter) Size() (n int)
- func (this *HelmParameter) String() string
- func (m *HelmParameter) Unmarshal(dAtA []byte) error
- func (m *HelmParameter) XXX_DiscardUnknown()
- func (m *HelmParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HelmParameter) XXX_Merge(src proto.Message)
- func (m *HelmParameter) XXX_Size() int
- func (m *HelmParameter) XXX_Unmarshal(b []byte) error
- type Info
- func (in *Info) DeepCopy() *Info
- func (in *Info) DeepCopyInto(out *Info)
- func (*Info) Descriptor() ([]byte, []int)
- func (m *Info) Marshal() (dAtA []byte, err error)
- func (m *Info) MarshalTo(dAtA []byte) (int, error)
- func (m *Info) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Info) ProtoMessage()
- func (m *Info) Reset()
- func (m *Info) Size() (n int)
- func (this *Info) String() string
- func (m *Info) Unmarshal(dAtA []byte) error
- func (m *Info) XXX_DiscardUnknown()
- func (m *Info) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Info) XXX_Merge(src proto.Message)
- func (m *Info) XXX_Size() int
- func (m *Info) XXX_Unmarshal(b []byte) error
- type InfoItem
- func (in *InfoItem) DeepCopy() *InfoItem
- func (in *InfoItem) DeepCopyInto(out *InfoItem)
- func (*InfoItem) Descriptor() ([]byte, []int)
- func (m *InfoItem) Marshal() (dAtA []byte, err error)
- func (m *InfoItem) MarshalTo(dAtA []byte) (int, error)
- func (m *InfoItem) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InfoItem) ProtoMessage()
- func (m *InfoItem) Reset()
- func (m *InfoItem) Size() (n int)
- func (this *InfoItem) String() string
- func (m *InfoItem) Unmarshal(dAtA []byte) error
- func (m *InfoItem) XXX_DiscardUnknown()
- func (m *InfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InfoItem) XXX_Merge(src proto.Message)
- func (m *InfoItem) XXX_Size() int
- func (m *InfoItem) XXX_Unmarshal(b []byte) error
- type JWTToken
- func (in *JWTToken) DeepCopy() *JWTToken
- func (in *JWTToken) DeepCopyInto(out *JWTToken)
- func (*JWTToken) Descriptor() ([]byte, []int)
- func (m *JWTToken) Marshal() (dAtA []byte, err error)
- func (m *JWTToken) MarshalTo(dAtA []byte) (int, error)
- func (m *JWTToken) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*JWTToken) ProtoMessage()
- func (m *JWTToken) Reset()
- func (m *JWTToken) Size() (n int)
- func (this *JWTToken) String() string
- func (m *JWTToken) Unmarshal(dAtA []byte) error
- func (m *JWTToken) XXX_DiscardUnknown()
- func (m *JWTToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JWTToken) XXX_Merge(src proto.Message)
- func (m *JWTToken) XXX_Size() int
- func (m *JWTToken) XXX_Unmarshal(b []byte) error
- type JWTTokens
- func (in *JWTTokens) DeepCopy() *JWTTokens
- func (in *JWTTokens) DeepCopyInto(out *JWTTokens)
- func (*JWTTokens) Descriptor() ([]byte, []int)
- func (m *JWTTokens) Marshal() (dAtA []byte, err error)
- func (m *JWTTokens) MarshalTo(dAtA []byte) (int, error)
- func (m *JWTTokens) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*JWTTokens) ProtoMessage()
- func (m *JWTTokens) Reset()
- func (m *JWTTokens) Size() (n int)
- func (this *JWTTokens) String() string
- func (m *JWTTokens) Unmarshal(dAtA []byte) error
- func (m *JWTTokens) XXX_DiscardUnknown()
- func (m *JWTTokens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JWTTokens) XXX_Merge(src proto.Message)
- func (m *JWTTokens) XXX_Size() int
- func (m *JWTTokens) XXX_Unmarshal(b []byte) error
- type JsonnetVar
- func (in *JsonnetVar) DeepCopy() *JsonnetVar
- func (in *JsonnetVar) DeepCopyInto(out *JsonnetVar)
- func (*JsonnetVar) Descriptor() ([]byte, []int)
- func (m *JsonnetVar) Marshal() (dAtA []byte, err error)
- func (m *JsonnetVar) MarshalTo(dAtA []byte) (int, error)
- func (m *JsonnetVar) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*JsonnetVar) ProtoMessage()
- func (m *JsonnetVar) Reset()
- func (m *JsonnetVar) Size() (n int)
- func (this *JsonnetVar) String() string
- func (m *JsonnetVar) Unmarshal(dAtA []byte) error
- func (m *JsonnetVar) XXX_DiscardUnknown()
- func (m *JsonnetVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JsonnetVar) XXX_Merge(src proto.Message)
- func (m *JsonnetVar) XXX_Size() int
- func (m *JsonnetVar) XXX_Unmarshal(b []byte) error
- type KnownTypeField
- func (in *KnownTypeField) DeepCopy() *KnownTypeField
- func (in *KnownTypeField) DeepCopyInto(out *KnownTypeField)
- func (*KnownTypeField) Descriptor() ([]byte, []int)
- func (m *KnownTypeField) Marshal() (dAtA []byte, err error)
- func (m *KnownTypeField) MarshalTo(dAtA []byte) (int, error)
- func (m *KnownTypeField) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KnownTypeField) ProtoMessage()
- func (m *KnownTypeField) Reset()
- func (m *KnownTypeField) Size() (n int)
- func (this *KnownTypeField) String() string
- func (m *KnownTypeField) Unmarshal(dAtA []byte) error
- func (m *KnownTypeField) XXX_DiscardUnknown()
- func (m *KnownTypeField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KnownTypeField) XXX_Merge(src proto.Message)
- func (m *KnownTypeField) XXX_Size() int
- func (m *KnownTypeField) XXX_Unmarshal(b []byte) error
- type KsonnetParameter
- func (in *KsonnetParameter) DeepCopy() *KsonnetParameter
- func (in *KsonnetParameter) DeepCopyInto(out *KsonnetParameter)
- func (*KsonnetParameter) Descriptor() ([]byte, []int)
- func (m *KsonnetParameter) Marshal() (dAtA []byte, err error)
- func (m *KsonnetParameter) MarshalTo(dAtA []byte) (int, error)
- func (m *KsonnetParameter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KsonnetParameter) ProtoMessage()
- func (m *KsonnetParameter) Reset()
- func (m *KsonnetParameter) Size() (n int)
- func (this *KsonnetParameter) String() string
- func (m *KsonnetParameter) Unmarshal(dAtA []byte) error
- func (m *KsonnetParameter) XXX_DiscardUnknown()
- func (m *KsonnetParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KsonnetParameter) XXX_Merge(src proto.Message)
- func (m *KsonnetParameter) XXX_Size() int
- func (m *KsonnetParameter) XXX_Unmarshal(b []byte) error
- type KustomizeImage
- type KustomizeImages
- type KustomizeOptions
- func (in *KustomizeOptions) DeepCopy() *KustomizeOptions
- func (in *KustomizeOptions) DeepCopyInto(out *KustomizeOptions)
- func (*KustomizeOptions) Descriptor() ([]byte, []int)
- func (m *KustomizeOptions) Marshal() (dAtA []byte, err error)
- func (m *KustomizeOptions) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizeOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizeOptions) ProtoMessage()
- func (m *KustomizeOptions) Reset()
- func (m *KustomizeOptions) Size() (n int)
- func (this *KustomizeOptions) String() string
- func (m *KustomizeOptions) Unmarshal(dAtA []byte) error
- func (m *KustomizeOptions) XXX_DiscardUnknown()
- func (m *KustomizeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizeOptions) XXX_Merge(src proto.Message)
- func (m *KustomizeOptions) XXX_Size() int
- func (m *KustomizeOptions) XXX_Unmarshal(b []byte) error
- type Operation
- func (in *Operation) DeepCopy() *Operation
- func (in *Operation) DeepCopyInto(out *Operation)
- func (*Operation) Descriptor() ([]byte, []int)
- func (o *Operation) DryRun() bool
- func (m *Operation) Marshal() (dAtA []byte, err error)
- func (m *Operation) MarshalTo(dAtA []byte) (int, error)
- func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Operation) ProtoMessage()
- func (m *Operation) Reset()
- func (m *Operation) Size() (n int)
- func (this *Operation) String() string
- func (m *Operation) Unmarshal(dAtA []byte) error
- func (m *Operation) XXX_DiscardUnknown()
- func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Operation) XXX_Merge(src proto.Message)
- func (m *Operation) XXX_Size() int
- func (m *Operation) XXX_Unmarshal(b []byte) error
- type OperationInitiator
- func (in *OperationInitiator) DeepCopy() *OperationInitiator
- func (in *OperationInitiator) DeepCopyInto(out *OperationInitiator)
- func (*OperationInitiator) Descriptor() ([]byte, []int)
- func (m *OperationInitiator) Marshal() (dAtA []byte, err error)
- func (m *OperationInitiator) MarshalTo(dAtA []byte) (int, error)
- func (m *OperationInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OperationInitiator) ProtoMessage()
- func (m *OperationInitiator) Reset()
- func (m *OperationInitiator) Size() (n int)
- func (this *OperationInitiator) String() string
- func (m *OperationInitiator) Unmarshal(dAtA []byte) error
- func (m *OperationInitiator) XXX_DiscardUnknown()
- func (m *OperationInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OperationInitiator) XXX_Merge(src proto.Message)
- func (m *OperationInitiator) XXX_Size() int
- func (m *OperationInitiator) XXX_Unmarshal(b []byte) error
- type OperationState
- func (in *OperationState) DeepCopy() *OperationState
- func (in *OperationState) DeepCopyInto(out *OperationState)
- func (*OperationState) Descriptor() ([]byte, []int)
- func (m *OperationState) Marshal() (dAtA []byte, err error)
- func (m *OperationState) MarshalTo(dAtA []byte) (int, error)
- func (m *OperationState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OperationState) ProtoMessage()
- func (m *OperationState) Reset()
- func (m *OperationState) Size() (n int)
- func (this *OperationState) String() string
- func (m *OperationState) Unmarshal(dAtA []byte) error
- func (m *OperationState) XXX_DiscardUnknown()
- func (m *OperationState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OperationState) XXX_Merge(src proto.Message)
- func (m *OperationState) XXX_Size() int
- func (m *OperationState) XXX_Unmarshal(b []byte) error
- type OrphanedResourceKey
- func (in *OrphanedResourceKey) DeepCopy() *OrphanedResourceKey
- func (in *OrphanedResourceKey) DeepCopyInto(out *OrphanedResourceKey)
- func (*OrphanedResourceKey) Descriptor() ([]byte, []int)
- func (m *OrphanedResourceKey) Marshal() (dAtA []byte, err error)
- func (m *OrphanedResourceKey) MarshalTo(dAtA []byte) (int, error)
- func (m *OrphanedResourceKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrphanedResourceKey) ProtoMessage()
- func (m *OrphanedResourceKey) Reset()
- func (m *OrphanedResourceKey) Size() (n int)
- func (this *OrphanedResourceKey) String() string
- func (m *OrphanedResourceKey) Unmarshal(dAtA []byte) error
- func (m *OrphanedResourceKey) XXX_DiscardUnknown()
- func (m *OrphanedResourceKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrphanedResourceKey) XXX_Merge(src proto.Message)
- func (m *OrphanedResourceKey) XXX_Size() int
- func (m *OrphanedResourceKey) XXX_Unmarshal(b []byte) error
- type OrphanedResourcesMonitorSettings
- func (in *OrphanedResourcesMonitorSettings) DeepCopy() *OrphanedResourcesMonitorSettings
- func (in *OrphanedResourcesMonitorSettings) DeepCopyInto(out *OrphanedResourcesMonitorSettings)
- func (*OrphanedResourcesMonitorSettings) Descriptor() ([]byte, []int)
- func (s *OrphanedResourcesMonitorSettings) IsWarn() bool
- func (m *OrphanedResourcesMonitorSettings) Marshal() (dAtA []byte, err error)
- func (m *OrphanedResourcesMonitorSettings) MarshalTo(dAtA []byte) (int, error)
- func (m *OrphanedResourcesMonitorSettings) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrphanedResourcesMonitorSettings) ProtoMessage()
- func (m *OrphanedResourcesMonitorSettings) Reset()
- func (m *OrphanedResourcesMonitorSettings) Size() (n int)
- func (this *OrphanedResourcesMonitorSettings) String() string
- func (m *OrphanedResourcesMonitorSettings) Unmarshal(dAtA []byte) error
- func (m *OrphanedResourcesMonitorSettings) XXX_DiscardUnknown()
- func (m *OrphanedResourcesMonitorSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrphanedResourcesMonitorSettings) XXX_Merge(src proto.Message)
- func (m *OrphanedResourcesMonitorSettings) XXX_Size() int
- func (m *OrphanedResourcesMonitorSettings) XXX_Unmarshal(b []byte) error
- type OverrideIgnoreDiff
- func (in *OverrideIgnoreDiff) DeepCopy() *OverrideIgnoreDiff
- func (in *OverrideIgnoreDiff) DeepCopyInto(out *OverrideIgnoreDiff)
- func (*OverrideIgnoreDiff) Descriptor() ([]byte, []int)
- func (m *OverrideIgnoreDiff) Marshal() (dAtA []byte, err error)
- func (m *OverrideIgnoreDiff) MarshalTo(dAtA []byte) (int, error)
- func (m *OverrideIgnoreDiff) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OverrideIgnoreDiff) ProtoMessage()
- func (m *OverrideIgnoreDiff) Reset()
- func (m *OverrideIgnoreDiff) Size() (n int)
- func (this *OverrideIgnoreDiff) String() string
- func (m *OverrideIgnoreDiff) Unmarshal(dAtA []byte) error
- func (m *OverrideIgnoreDiff) XXX_DiscardUnknown()
- func (m *OverrideIgnoreDiff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OverrideIgnoreDiff) XXX_Merge(src proto.Message)
- func (m *OverrideIgnoreDiff) XXX_Size() int
- func (m *OverrideIgnoreDiff) XXX_Unmarshal(b []byte) error
- type ProjectRole
- func (in *ProjectRole) DeepCopy() *ProjectRole
- func (in *ProjectRole) DeepCopyInto(out *ProjectRole)
- func (*ProjectRole) Descriptor() ([]byte, []int)
- func (m *ProjectRole) Marshal() (dAtA []byte, err error)
- func (m *ProjectRole) MarshalTo(dAtA []byte) (int, error)
- func (m *ProjectRole) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProjectRole) ProtoMessage()
- func (m *ProjectRole) Reset()
- func (m *ProjectRole) Size() (n int)
- func (this *ProjectRole) String() string
- func (m *ProjectRole) Unmarshal(dAtA []byte) error
- func (m *ProjectRole) XXX_DiscardUnknown()
- func (m *ProjectRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProjectRole) XXX_Merge(src proto.Message)
- func (m *ProjectRole) XXX_Size() int
- func (m *ProjectRole) XXX_Unmarshal(b []byte) error
- type RefreshType
- type RepoCreds
- func (in *RepoCreds) DeepCopy() *RepoCreds
- func (in *RepoCreds) DeepCopyInto(out *RepoCreds)
- func (*RepoCreds) Descriptor() ([]byte, []int)
- func (m *RepoCreds) Marshal() (dAtA []byte, err error)
- func (m *RepoCreds) MarshalTo(dAtA []byte) (int, error)
- func (m *RepoCreds) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RepoCreds) ProtoMessage()
- func (m *RepoCreds) Reset()
- func (m *RepoCreds) Size() (n int)
- func (this *RepoCreds) String() string
- func (m *RepoCreds) Unmarshal(dAtA []byte) error
- func (m *RepoCreds) XXX_DiscardUnknown()
- func (m *RepoCreds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepoCreds) XXX_Merge(src proto.Message)
- func (m *RepoCreds) XXX_Size() int
- func (m *RepoCreds) XXX_Unmarshal(b []byte) error
- type RepoCredsList
- func (in *RepoCredsList) DeepCopy() *RepoCredsList
- func (in *RepoCredsList) DeepCopyInto(out *RepoCredsList)
- func (*RepoCredsList) Descriptor() ([]byte, []int)
- func (m *RepoCredsList) Marshal() (dAtA []byte, err error)
- func (m *RepoCredsList) MarshalTo(dAtA []byte) (int, error)
- func (m *RepoCredsList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RepoCredsList) ProtoMessage()
- func (m *RepoCredsList) Reset()
- func (m *RepoCredsList) Size() (n int)
- func (this *RepoCredsList) String() string
- func (m *RepoCredsList) Unmarshal(dAtA []byte) error
- func (m *RepoCredsList) XXX_DiscardUnknown()
- func (m *RepoCredsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepoCredsList) XXX_Merge(src proto.Message)
- func (m *RepoCredsList) XXX_Size() int
- func (m *RepoCredsList) XXX_Unmarshal(b []byte) error
- type Repositories
- type Repository
- func (repo *Repository) CopyCredentialsFrom(source *RepoCreds)
- func (repo *Repository) CopyCredentialsFromRepo(source *Repository)
- func (m *Repository) CopySettingsFrom(source *Repository)
- func (in *Repository) DeepCopy() *Repository
- func (in *Repository) DeepCopyInto(out *Repository)
- func (*Repository) Descriptor() ([]byte, []int)
- func (repo *Repository) GetGitCreds() git.Creds
- func (repo *Repository) GetHelmCreds() helm.Creds
- func (m *Repository) HasCredentials() bool
- func (repo *Repository) IsInsecure() bool
- func (repo *Repository) IsLFSEnabled() bool
- func (m *Repository) Marshal() (dAtA []byte, err error)
- func (m *Repository) MarshalTo(dAtA []byte) (int, error)
- func (m *Repository) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Repository) ProtoMessage()
- func (m *Repository) Reset()
- func (m *Repository) Size() (n int)
- func (this *Repository) String() string
- func (m *Repository) Unmarshal(dAtA []byte) error
- func (m *Repository) XXX_DiscardUnknown()
- func (m *Repository) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Repository) XXX_Merge(src proto.Message)
- func (m *Repository) XXX_Size() int
- func (m *Repository) XXX_Unmarshal(b []byte) error
- type RepositoryCertificate
- func (in *RepositoryCertificate) DeepCopy() *RepositoryCertificate
- func (in *RepositoryCertificate) DeepCopyInto(out *RepositoryCertificate)
- func (*RepositoryCertificate) Descriptor() ([]byte, []int)
- func (m *RepositoryCertificate) Marshal() (dAtA []byte, err error)
- func (m *RepositoryCertificate) MarshalTo(dAtA []byte) (int, error)
- func (m *RepositoryCertificate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RepositoryCertificate) ProtoMessage()
- func (m *RepositoryCertificate) Reset()
- func (m *RepositoryCertificate) Size() (n int)
- func (this *RepositoryCertificate) String() string
- func (m *RepositoryCertificate) Unmarshal(dAtA []byte) error
- func (m *RepositoryCertificate) XXX_DiscardUnknown()
- func (m *RepositoryCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepositoryCertificate) XXX_Merge(src proto.Message)
- func (m *RepositoryCertificate) XXX_Size() int
- func (m *RepositoryCertificate) XXX_Unmarshal(b []byte) error
- type RepositoryCertificateList
- func (in *RepositoryCertificateList) DeepCopy() *RepositoryCertificateList
- func (in *RepositoryCertificateList) DeepCopyInto(out *RepositoryCertificateList)
- func (*RepositoryCertificateList) Descriptor() ([]byte, []int)
- func (m *RepositoryCertificateList) Marshal() (dAtA []byte, err error)
- func (m *RepositoryCertificateList) MarshalTo(dAtA []byte) (int, error)
- func (m *RepositoryCertificateList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RepositoryCertificateList) ProtoMessage()
- func (m *RepositoryCertificateList) Reset()
- func (m *RepositoryCertificateList) Size() (n int)
- func (this *RepositoryCertificateList) String() string
- func (m *RepositoryCertificateList) Unmarshal(dAtA []byte) error
- func (m *RepositoryCertificateList) XXX_DiscardUnknown()
- func (m *RepositoryCertificateList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepositoryCertificateList) XXX_Merge(src proto.Message)
- func (m *RepositoryCertificateList) XXX_Size() int
- func (m *RepositoryCertificateList) XXX_Unmarshal(b []byte) error
- type RepositoryList
- func (in *RepositoryList) DeepCopy() *RepositoryList
- func (in *RepositoryList) DeepCopyInto(out *RepositoryList)
- func (*RepositoryList) Descriptor() ([]byte, []int)
- func (m *RepositoryList) Marshal() (dAtA []byte, err error)
- func (m *RepositoryList) MarshalTo(dAtA []byte) (int, error)
- func (m *RepositoryList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RepositoryList) ProtoMessage()
- func (m *RepositoryList) Reset()
- func (m *RepositoryList) Size() (n int)
- func (this *RepositoryList) String() string
- func (m *RepositoryList) Unmarshal(dAtA []byte) error
- func (m *RepositoryList) XXX_DiscardUnknown()
- func (m *RepositoryList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepositoryList) XXX_Merge(src proto.Message)
- func (m *RepositoryList) XXX_Size() int
- func (m *RepositoryList) XXX_Unmarshal(b []byte) error
- type ResourceAction
- func (in *ResourceAction) DeepCopy() *ResourceAction
- func (in *ResourceAction) DeepCopyInto(out *ResourceAction)
- func (*ResourceAction) Descriptor() ([]byte, []int)
- func (m *ResourceAction) Marshal() (dAtA []byte, err error)
- func (m *ResourceAction) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceAction) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceAction) ProtoMessage()
- func (m *ResourceAction) Reset()
- func (m *ResourceAction) Size() (n int)
- func (this *ResourceAction) String() string
- func (m *ResourceAction) Unmarshal(dAtA []byte) error
- func (m *ResourceAction) XXX_DiscardUnknown()
- func (m *ResourceAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceAction) XXX_Merge(src proto.Message)
- func (m *ResourceAction) XXX_Size() int
- func (m *ResourceAction) XXX_Unmarshal(b []byte) error
- type ResourceActionDefinition
- func (in *ResourceActionDefinition) DeepCopy() *ResourceActionDefinition
- func (in *ResourceActionDefinition) DeepCopyInto(out *ResourceActionDefinition)
- func (*ResourceActionDefinition) Descriptor() ([]byte, []int)
- func (m *ResourceActionDefinition) Marshal() (dAtA []byte, err error)
- func (m *ResourceActionDefinition) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceActionDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceActionDefinition) ProtoMessage()
- func (m *ResourceActionDefinition) Reset()
- func (m *ResourceActionDefinition) Size() (n int)
- func (this *ResourceActionDefinition) String() string
- func (m *ResourceActionDefinition) Unmarshal(dAtA []byte) error
- func (m *ResourceActionDefinition) XXX_DiscardUnknown()
- func (m *ResourceActionDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceActionDefinition) XXX_Merge(src proto.Message)
- func (m *ResourceActionDefinition) XXX_Size() int
- func (m *ResourceActionDefinition) XXX_Unmarshal(b []byte) error
- type ResourceActionParam
- func (in *ResourceActionParam) DeepCopy() *ResourceActionParam
- func (in *ResourceActionParam) DeepCopyInto(out *ResourceActionParam)
- func (*ResourceActionParam) Descriptor() ([]byte, []int)
- func (m *ResourceActionParam) Marshal() (dAtA []byte, err error)
- func (m *ResourceActionParam) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceActionParam) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceActionParam) ProtoMessage()
- func (m *ResourceActionParam) Reset()
- func (m *ResourceActionParam) Size() (n int)
- func (this *ResourceActionParam) String() string
- func (m *ResourceActionParam) Unmarshal(dAtA []byte) error
- func (m *ResourceActionParam) XXX_DiscardUnknown()
- func (m *ResourceActionParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceActionParam) XXX_Merge(src proto.Message)
- func (m *ResourceActionParam) XXX_Size() int
- func (m *ResourceActionParam) XXX_Unmarshal(b []byte) error
- type ResourceActions
- func (in *ResourceActions) DeepCopy() *ResourceActions
- func (in *ResourceActions) DeepCopyInto(out *ResourceActions)
- func (*ResourceActions) Descriptor() ([]byte, []int)
- func (m *ResourceActions) Marshal() (dAtA []byte, err error)
- func (m *ResourceActions) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceActions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceActions) ProtoMessage()
- func (m *ResourceActions) Reset()
- func (m *ResourceActions) Size() (n int)
- func (this *ResourceActions) String() string
- func (m *ResourceActions) Unmarshal(dAtA []byte) error
- func (m *ResourceActions) XXX_DiscardUnknown()
- func (m *ResourceActions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceActions) XXX_Merge(src proto.Message)
- func (m *ResourceActions) XXX_Size() int
- func (m *ResourceActions) XXX_Unmarshal(b []byte) error
- type ResourceDiff
- func (in *ResourceDiff) DeepCopy() *ResourceDiff
- func (in *ResourceDiff) DeepCopyInto(out *ResourceDiff)
- func (*ResourceDiff) Descriptor() ([]byte, []int)
- func (r *ResourceDiff) FullName() string
- func (r ResourceDiff) LiveObject() (*unstructured.Unstructured, error)
- func (m *ResourceDiff) Marshal() (dAtA []byte, err error)
- func (m *ResourceDiff) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceDiff) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceDiff) ProtoMessage()
- func (m *ResourceDiff) Reset()
- func (m *ResourceDiff) Size() (n int)
- func (this *ResourceDiff) String() string
- func (r ResourceDiff) TargetObject() (*unstructured.Unstructured, error)
- func (m *ResourceDiff) Unmarshal(dAtA []byte) error
- func (m *ResourceDiff) XXX_DiscardUnknown()
- func (m *ResourceDiff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceDiff) XXX_Merge(src proto.Message)
- func (m *ResourceDiff) XXX_Size() int
- func (m *ResourceDiff) XXX_Unmarshal(b []byte) error
- type ResourceIgnoreDifferences
- func (in *ResourceIgnoreDifferences) DeepCopy() *ResourceIgnoreDifferences
- func (in *ResourceIgnoreDifferences) DeepCopyInto(out *ResourceIgnoreDifferences)
- func (*ResourceIgnoreDifferences) Descriptor() ([]byte, []int)
- func (m *ResourceIgnoreDifferences) Marshal() (dAtA []byte, err error)
- func (m *ResourceIgnoreDifferences) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceIgnoreDifferences) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceIgnoreDifferences) ProtoMessage()
- func (m *ResourceIgnoreDifferences) Reset()
- func (m *ResourceIgnoreDifferences) Size() (n int)
- func (this *ResourceIgnoreDifferences) String() string
- func (m *ResourceIgnoreDifferences) Unmarshal(dAtA []byte) error
- func (m *ResourceIgnoreDifferences) XXX_DiscardUnknown()
- func (m *ResourceIgnoreDifferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceIgnoreDifferences) XXX_Merge(src proto.Message)
- func (m *ResourceIgnoreDifferences) XXX_Size() int
- func (m *ResourceIgnoreDifferences) XXX_Unmarshal(b []byte) error
- type ResourceNetworkingInfo
- func (in *ResourceNetworkingInfo) DeepCopy() *ResourceNetworkingInfo
- func (in *ResourceNetworkingInfo) DeepCopyInto(out *ResourceNetworkingInfo)
- func (*ResourceNetworkingInfo) Descriptor() ([]byte, []int)
- func (m *ResourceNetworkingInfo) Marshal() (dAtA []byte, err error)
- func (m *ResourceNetworkingInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceNetworkingInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceNetworkingInfo) ProtoMessage()
- func (m *ResourceNetworkingInfo) Reset()
- func (m *ResourceNetworkingInfo) Size() (n int)
- func (this *ResourceNetworkingInfo) String() string
- func (m *ResourceNetworkingInfo) Unmarshal(dAtA []byte) error
- func (m *ResourceNetworkingInfo) XXX_DiscardUnknown()
- func (m *ResourceNetworkingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceNetworkingInfo) XXX_Merge(src proto.Message)
- func (m *ResourceNetworkingInfo) XXX_Size() int
- func (m *ResourceNetworkingInfo) XXX_Unmarshal(b []byte) error
- type ResourceNode
- func (in *ResourceNode) DeepCopy() *ResourceNode
- func (in *ResourceNode) DeepCopyInto(out *ResourceNode)
- func (*ResourceNode) Descriptor() ([]byte, []int)
- func (n *ResourceNode) FullName() string
- func (n *ResourceNode) GroupKindVersion() schema.GroupVersionKind
- func (m *ResourceNode) Marshal() (dAtA []byte, err error)
- func (m *ResourceNode) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceNode) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceNode) ProtoMessage()
- func (m *ResourceNode) Reset()
- func (m *ResourceNode) Size() (n int)
- func (this *ResourceNode) String() string
- func (m *ResourceNode) Unmarshal(dAtA []byte) error
- func (m *ResourceNode) XXX_DiscardUnknown()
- func (m *ResourceNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceNode) XXX_Merge(src proto.Message)
- func (m *ResourceNode) XXX_Size() int
- func (m *ResourceNode) XXX_Unmarshal(b []byte) error
- type ResourceOverride
- func (in *ResourceOverride) DeepCopy() *ResourceOverride
- func (in *ResourceOverride) DeepCopyInto(out *ResourceOverride)
- func (*ResourceOverride) Descriptor() ([]byte, []int)
- func (o *ResourceOverride) GetActions() (ResourceActions, error)
- func (m *ResourceOverride) Marshal() (dAtA []byte, err error)
- func (s ResourceOverride) MarshalJSON() ([]byte, error)
- func (m *ResourceOverride) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceOverride) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceOverride) ProtoMessage()
- func (m *ResourceOverride) Reset()
- func (m *ResourceOverride) Size() (n int)
- func (this *ResourceOverride) String() string
- func (m *ResourceOverride) Unmarshal(dAtA []byte) error
- func (s *ResourceOverride) UnmarshalJSON(data []byte) error
- func (m *ResourceOverride) XXX_DiscardUnknown()
- func (m *ResourceOverride) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceOverride) XXX_Merge(src proto.Message)
- func (m *ResourceOverride) XXX_Size() int
- func (m *ResourceOverride) XXX_Unmarshal(b []byte) error
- type ResourceRef
- func (in *ResourceRef) DeepCopy() *ResourceRef
- func (in *ResourceRef) DeepCopyInto(out *ResourceRef)
- func (*ResourceRef) Descriptor() ([]byte, []int)
- func (m *ResourceRef) Marshal() (dAtA []byte, err error)
- func (m *ResourceRef) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceRef) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceRef) ProtoMessage()
- func (m *ResourceRef) Reset()
- func (m *ResourceRef) Size() (n int)
- func (this *ResourceRef) String() string
- func (m *ResourceRef) Unmarshal(dAtA []byte) error
- func (m *ResourceRef) XXX_DiscardUnknown()
- func (m *ResourceRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceRef) XXX_Merge(src proto.Message)
- func (m *ResourceRef) XXX_Size() int
- func (m *ResourceRef) XXX_Unmarshal(b []byte) error
- type ResourceResult
- func (in *ResourceResult) DeepCopy() *ResourceResult
- func (in *ResourceResult) DeepCopyInto(out *ResourceResult)
- func (*ResourceResult) Descriptor() ([]byte, []int)
- func (r *ResourceResult) GroupVersionKind() schema.GroupVersionKind
- func (m *ResourceResult) Marshal() (dAtA []byte, err error)
- func (m *ResourceResult) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceResult) ProtoMessage()
- func (m *ResourceResult) Reset()
- func (m *ResourceResult) Size() (n int)
- func (this *ResourceResult) String() string
- func (m *ResourceResult) Unmarshal(dAtA []byte) error
- func (m *ResourceResult) XXX_DiscardUnknown()
- func (m *ResourceResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceResult) XXX_Merge(src proto.Message)
- func (m *ResourceResult) XXX_Size() int
- func (m *ResourceResult) XXX_Unmarshal(b []byte) error
- type ResourceResults
- type ResourceStatus
- func (in *ResourceStatus) DeepCopy() *ResourceStatus
- func (in *ResourceStatus) DeepCopyInto(out *ResourceStatus)
- func (*ResourceStatus) Descriptor() ([]byte, []int)
- func (r *ResourceStatus) GroupVersionKind() schema.GroupVersionKind
- func (m *ResourceStatus) Marshal() (dAtA []byte, err error)
- func (m *ResourceStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ResourceStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResourceStatus) ProtoMessage()
- func (m *ResourceStatus) Reset()
- func (m *ResourceStatus) Size() (n int)
- func (this *ResourceStatus) String() string
- func (m *ResourceStatus) Unmarshal(dAtA []byte) error
- func (m *ResourceStatus) XXX_DiscardUnknown()
- func (m *ResourceStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResourceStatus) XXX_Merge(src proto.Message)
- func (m *ResourceStatus) XXX_Size() int
- func (m *ResourceStatus) XXX_Unmarshal(b []byte) error
- type RetryStrategy
- func (in *RetryStrategy) DeepCopy() *RetryStrategy
- func (in *RetryStrategy) DeepCopyInto(out *RetryStrategy)
- func (*RetryStrategy) Descriptor() ([]byte, []int)
- func (m *RetryStrategy) Marshal() (dAtA []byte, err error)
- func (m *RetryStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *RetryStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (r *RetryStrategy) NextRetryAt(lastAttempt time.Time, retryCounts int64) (time.Time, error)
- func (*RetryStrategy) ProtoMessage()
- func (m *RetryStrategy) Reset()
- func (m *RetryStrategy) Size() (n int)
- func (this *RetryStrategy) String() string
- func (m *RetryStrategy) Unmarshal(dAtA []byte) error
- func (m *RetryStrategy) XXX_DiscardUnknown()
- func (m *RetryStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RetryStrategy) XXX_Merge(src proto.Message)
- func (m *RetryStrategy) XXX_Size() int
- func (m *RetryStrategy) XXX_Unmarshal(b []byte) error
- type RevisionHistories
- type RevisionHistory
- func (in *RevisionHistory) DeepCopy() *RevisionHistory
- func (in *RevisionHistory) DeepCopyInto(out *RevisionHistory)
- func (*RevisionHistory) Descriptor() ([]byte, []int)
- func (m *RevisionHistory) Marshal() (dAtA []byte, err error)
- func (m *RevisionHistory) MarshalTo(dAtA []byte) (int, error)
- func (m *RevisionHistory) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RevisionHistory) ProtoMessage()
- func (m *RevisionHistory) Reset()
- func (m *RevisionHistory) Size() (n int)
- func (this *RevisionHistory) String() string
- func (m *RevisionHistory) Unmarshal(dAtA []byte) error
- func (m *RevisionHistory) XXX_DiscardUnknown()
- func (m *RevisionHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RevisionHistory) XXX_Merge(src proto.Message)
- func (m *RevisionHistory) XXX_Size() int
- func (m *RevisionHistory) XXX_Unmarshal(b []byte) error
- type RevisionMetadata
- func (in *RevisionMetadata) DeepCopy() *RevisionMetadata
- func (in *RevisionMetadata) DeepCopyInto(out *RevisionMetadata)
- func (*RevisionMetadata) Descriptor() ([]byte, []int)
- func (m *RevisionMetadata) Marshal() (dAtA []byte, err error)
- func (m *RevisionMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *RevisionMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RevisionMetadata) ProtoMessage()
- func (m *RevisionMetadata) Reset()
- func (m *RevisionMetadata) Size() (n int)
- func (this *RevisionMetadata) String() string
- func (m *RevisionMetadata) Unmarshal(dAtA []byte) error
- func (m *RevisionMetadata) XXX_DiscardUnknown()
- func (m *RevisionMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RevisionMetadata) XXX_Merge(src proto.Message)
- func (m *RevisionMetadata) XXX_Size() int
- func (m *RevisionMetadata) XXX_Unmarshal(b []byte) error
- type SignatureKey
- func (in *SignatureKey) DeepCopy() *SignatureKey
- func (in *SignatureKey) DeepCopyInto(out *SignatureKey)
- func (*SignatureKey) Descriptor() ([]byte, []int)
- func (m *SignatureKey) Marshal() (dAtA []byte, err error)
- func (m *SignatureKey) MarshalTo(dAtA []byte) (int, error)
- func (m *SignatureKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignatureKey) ProtoMessage()
- func (m *SignatureKey) Reset()
- func (m *SignatureKey) Size() (n int)
- func (this *SignatureKey) String() string
- func (m *SignatureKey) Unmarshal(dAtA []byte) error
- func (m *SignatureKey) XXX_DiscardUnknown()
- func (m *SignatureKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignatureKey) XXX_Merge(src proto.Message)
- func (m *SignatureKey) XXX_Size() int
- func (m *SignatureKey) XXX_Unmarshal(b []byte) error
- type SyncOperation
- func (in *SyncOperation) DeepCopy() *SyncOperation
- func (in *SyncOperation) DeepCopyInto(out *SyncOperation)
- func (*SyncOperation) Descriptor() ([]byte, []int)
- func (o *SyncOperation) IsApplyStrategy() bool
- func (m *SyncOperation) Marshal() (dAtA []byte, err error)
- func (m *SyncOperation) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncOperation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncOperation) ProtoMessage()
- func (m *SyncOperation) Reset()
- func (m *SyncOperation) Size() (n int)
- func (this *SyncOperation) String() string
- func (m *SyncOperation) Unmarshal(dAtA []byte) error
- func (m *SyncOperation) XXX_DiscardUnknown()
- func (m *SyncOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncOperation) XXX_Merge(src proto.Message)
- func (m *SyncOperation) XXX_Size() int
- func (m *SyncOperation) XXX_Unmarshal(b []byte) error
- type SyncOperationResource
- func (in *SyncOperationResource) DeepCopy() *SyncOperationResource
- func (in *SyncOperationResource) DeepCopyInto(out *SyncOperationResource)
- func (*SyncOperationResource) Descriptor() ([]byte, []int)
- func (r SyncOperationResource) HasIdentity(name string, namespace string, gvk schema.GroupVersionKind) bool
- func (m *SyncOperationResource) Marshal() (dAtA []byte, err error)
- func (m *SyncOperationResource) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncOperationResource) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncOperationResource) ProtoMessage()
- func (m *SyncOperationResource) Reset()
- func (m *SyncOperationResource) Size() (n int)
- func (this *SyncOperationResource) String() string
- func (m *SyncOperationResource) Unmarshal(dAtA []byte) error
- func (m *SyncOperationResource) XXX_DiscardUnknown()
- func (m *SyncOperationResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncOperationResource) XXX_Merge(src proto.Message)
- func (m *SyncOperationResource) XXX_Size() int
- func (m *SyncOperationResource) XXX_Unmarshal(b []byte) error
- type SyncOperationResult
- func (in *SyncOperationResult) DeepCopy() *SyncOperationResult
- func (in *SyncOperationResult) DeepCopyInto(out *SyncOperationResult)
- func (*SyncOperationResult) Descriptor() ([]byte, []int)
- func (m *SyncOperationResult) Marshal() (dAtA []byte, err error)
- func (m *SyncOperationResult) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncOperationResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncOperationResult) ProtoMessage()
- func (m *SyncOperationResult) Reset()
- func (m *SyncOperationResult) Size() (n int)
- func (this *SyncOperationResult) String() string
- func (m *SyncOperationResult) Unmarshal(dAtA []byte) error
- func (m *SyncOperationResult) XXX_DiscardUnknown()
- func (m *SyncOperationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncOperationResult) XXX_Merge(src proto.Message)
- func (m *SyncOperationResult) XXX_Size() int
- func (m *SyncOperationResult) XXX_Unmarshal(b []byte) error
- type SyncOptions
- type SyncPolicy
- func (in *SyncPolicy) DeepCopy() *SyncPolicy
- func (in *SyncPolicy) DeepCopyInto(out *SyncPolicy)
- func (*SyncPolicy) Descriptor() ([]byte, []int)
- func (p *SyncPolicy) IsZero() bool
- func (m *SyncPolicy) Marshal() (dAtA []byte, err error)
- func (m *SyncPolicy) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncPolicy) ProtoMessage()
- func (m *SyncPolicy) Reset()
- func (m *SyncPolicy) Size() (n int)
- func (this *SyncPolicy) String() string
- func (m *SyncPolicy) Unmarshal(dAtA []byte) error
- func (m *SyncPolicy) XXX_DiscardUnknown()
- func (m *SyncPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncPolicy) XXX_Merge(src proto.Message)
- func (m *SyncPolicy) XXX_Size() int
- func (m *SyncPolicy) XXX_Unmarshal(b []byte) error
- type SyncPolicyAutomated
- func (in *SyncPolicyAutomated) DeepCopy() *SyncPolicyAutomated
- func (in *SyncPolicyAutomated) DeepCopyInto(out *SyncPolicyAutomated)
- func (*SyncPolicyAutomated) Descriptor() ([]byte, []int)
- func (m *SyncPolicyAutomated) Marshal() (dAtA []byte, err error)
- func (m *SyncPolicyAutomated) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncPolicyAutomated) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncPolicyAutomated) ProtoMessage()
- func (m *SyncPolicyAutomated) Reset()
- func (m *SyncPolicyAutomated) Size() (n int)
- func (this *SyncPolicyAutomated) String() string
- func (m *SyncPolicyAutomated) Unmarshal(dAtA []byte) error
- func (m *SyncPolicyAutomated) XXX_DiscardUnknown()
- func (m *SyncPolicyAutomated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncPolicyAutomated) XXX_Merge(src proto.Message)
- func (m *SyncPolicyAutomated) XXX_Size() int
- func (m *SyncPolicyAutomated) XXX_Unmarshal(b []byte) error
- type SyncStatus
- func (in *SyncStatus) DeepCopy() *SyncStatus
- func (in *SyncStatus) DeepCopyInto(out *SyncStatus)
- func (*SyncStatus) Descriptor() ([]byte, []int)
- func (m *SyncStatus) Marshal() (dAtA []byte, err error)
- func (m *SyncStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncStatus) ProtoMessage()
- func (m *SyncStatus) Reset()
- func (m *SyncStatus) Size() (n int)
- func (this *SyncStatus) String() string
- func (m *SyncStatus) Unmarshal(dAtA []byte) error
- func (m *SyncStatus) XXX_DiscardUnknown()
- func (m *SyncStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncStatus) XXX_Merge(src proto.Message)
- func (m *SyncStatus) XXX_Size() int
- func (m *SyncStatus) XXX_Unmarshal(b []byte) error
- type SyncStatusCode
- type SyncStrategy
- func (in *SyncStrategy) DeepCopy() *SyncStrategy
- func (in *SyncStrategy) DeepCopyInto(out *SyncStrategy)
- func (*SyncStrategy) Descriptor() ([]byte, []int)
- func (m *SyncStrategy) Force() bool
- func (m *SyncStrategy) Marshal() (dAtA []byte, err error)
- func (m *SyncStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncStrategy) ProtoMessage()
- func (m *SyncStrategy) Reset()
- func (m *SyncStrategy) Size() (n int)
- func (this *SyncStrategy) String() string
- func (m *SyncStrategy) Unmarshal(dAtA []byte) error
- func (m *SyncStrategy) XXX_DiscardUnknown()
- func (m *SyncStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncStrategy) XXX_Merge(src proto.Message)
- func (m *SyncStrategy) XXX_Size() int
- func (m *SyncStrategy) XXX_Unmarshal(b []byte) error
- type SyncStrategyApply
- func (in *SyncStrategyApply) DeepCopy() *SyncStrategyApply
- func (in *SyncStrategyApply) DeepCopyInto(out *SyncStrategyApply)
- func (*SyncStrategyApply) Descriptor() ([]byte, []int)
- func (m *SyncStrategyApply) Marshal() (dAtA []byte, err error)
- func (m *SyncStrategyApply) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncStrategyApply) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncStrategyApply) ProtoMessage()
- func (m *SyncStrategyApply) Reset()
- func (m *SyncStrategyApply) Size() (n int)
- func (this *SyncStrategyApply) String() string
- func (m *SyncStrategyApply) Unmarshal(dAtA []byte) error
- func (m *SyncStrategyApply) XXX_DiscardUnknown()
- func (m *SyncStrategyApply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncStrategyApply) XXX_Merge(src proto.Message)
- func (m *SyncStrategyApply) XXX_Size() int
- func (m *SyncStrategyApply) XXX_Unmarshal(b []byte) error
- type SyncStrategyHook
- func (in *SyncStrategyHook) DeepCopy() *SyncStrategyHook
- func (in *SyncStrategyHook) DeepCopyInto(out *SyncStrategyHook)
- func (*SyncStrategyHook) Descriptor() ([]byte, []int)
- func (m *SyncStrategyHook) Marshal() (dAtA []byte, err error)
- func (m *SyncStrategyHook) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncStrategyHook) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncStrategyHook) ProtoMessage()
- func (m *SyncStrategyHook) Reset()
- func (m *SyncStrategyHook) Size() (n int)
- func (this *SyncStrategyHook) String() string
- func (m *SyncStrategyHook) Unmarshal(dAtA []byte) error
- func (m *SyncStrategyHook) XXX_DiscardUnknown()
- func (m *SyncStrategyHook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncStrategyHook) XXX_Merge(src proto.Message)
- func (m *SyncStrategyHook) XXX_Size() int
- func (m *SyncStrategyHook) XXX_Unmarshal(b []byte) error
- type SyncWindow
- func (w SyncWindow) Active() bool
- func (in *SyncWindow) DeepCopy() *SyncWindow
- func (in *SyncWindow) DeepCopyInto(out *SyncWindow)
- func (*SyncWindow) Descriptor() ([]byte, []int)
- func (m *SyncWindow) Marshal() (dAtA []byte, err error)
- func (m *SyncWindow) MarshalTo(dAtA []byte) (int, error)
- func (m *SyncWindow) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SyncWindow) ProtoMessage()
- func (m *SyncWindow) Reset()
- func (m *SyncWindow) Size() (n int)
- func (this *SyncWindow) String() string
- func (m *SyncWindow) Unmarshal(dAtA []byte) error
- func (w *SyncWindow) Update(s string, d string, a []string, n []string, c []string) error
- func (w *SyncWindow) Validate() error
- func (m *SyncWindow) XXX_DiscardUnknown()
- func (m *SyncWindow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SyncWindow) XXX_Merge(src proto.Message)
- func (m *SyncWindow) XXX_Size() int
- func (m *SyncWindow) XXX_Unmarshal(b []byte) error
- type SyncWindows
- func (s *SyncWindows) Active() *SyncWindows
- func (w *SyncWindows) CanSync(isManual bool) bool
- func (in SyncWindows) DeepCopy() SyncWindows
- func (in SyncWindows) DeepCopyInto(out *SyncWindows)
- func (s *SyncWindows) HasWindows() bool
- func (s *SyncWindows) InactiveAllows() *SyncWindows
- func (w *SyncWindows) Matches(app *Application) *SyncWindows
- type TLSClientConfig
- func (in *TLSClientConfig) DeepCopy() *TLSClientConfig
- func (in *TLSClientConfig) DeepCopyInto(out *TLSClientConfig)
- func (*TLSClientConfig) Descriptor() ([]byte, []int)
- func (m *TLSClientConfig) Marshal() (dAtA []byte, err error)
- func (m *TLSClientConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *TLSClientConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TLSClientConfig) ProtoMessage()
- func (m *TLSClientConfig) Reset()
- func (m *TLSClientConfig) Size() (n int)
- func (this *TLSClientConfig) String() string
- func (m *TLSClientConfig) Unmarshal(dAtA []byte) error
- func (m *TLSClientConfig) XXX_DiscardUnknown()
- func (m *TLSClientConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TLSClientConfig) XXX_Merge(src proto.Message)
- func (m *TLSClientConfig) XXX_Size() int
- func (m *TLSClientConfig) XXX_Unmarshal(b []byte) error
Constants ¶
const ( // ApplicationConditionDeletionError indicates that controller failed to delete application ApplicationConditionDeletionError = "DeletionError" // ApplicationConditionInvalidSpecError indicates that application source is invalid ApplicationConditionInvalidSpecError = "InvalidSpecError" // ApplicationConditionComparisonError indicates controller failed to compare application state ApplicationConditionComparisonError = "ComparisonError" // ApplicationConditionSyncError indicates controller failed to automatically sync the application ApplicationConditionSyncError = "SyncError" // ApplicationConditionUnknownError indicates an unknown controller error ApplicationConditionUnknownError = "UnknownError" ApplicationConditionSharedResourceWarning = "SharedResourceWarning" // ApplicationConditionRepeatedResourceWarning indicates that application source has resource with same Group, Kind, Name, Namespace multiple times ApplicationConditionRepeatedResourceWarning = "RepeatedResourceWarning" // ApplicationConditionExcludedResourceWarning indicates that application has resource which is configured to be excluded ApplicationConditionExcludedResourceWarning = "ExcludedResourceWarning" // ApplicationConditionOrphanedResourceWarning indicates that application has orphaned resources ApplicationConditionOrphanedResourceWarning = "OrphanedResourceWarning" )
const ( ConnectionStatusSuccessful = "Successful" ConnectionStatusFailed = "Failed" ConnectionStatusUnknown = "Unknown" )
Variables ¶
var ( ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: application.Group, Version: "v1alpha1"} ApplicationSchemaGroupVersionKind = schema.GroupVersionKind{Group: application.Group, Version: "v1alpha1", Kind: application.ApplicationKind} AppProjectSchemaGroupVersionKind = schema.GroupVersionKind{Group: application.Group, Version: "v1alpha1", Kind: application.AppProjectKind} )
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
func GetOpenAPIDefinitions ¶ added in v1.0.0
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group-qualified GroupResource.
func SetK8SConfigDefaults ¶ added in v1.5.0
SetK8SConfigDefaults sets Kubernetes REST config default settings
func UnmarshalToUnstructured ¶
func UnmarshalToUnstructured(resource string) (*unstructured.Unstructured, error)
Types ¶
type AWSAuthConfig ¶ added in v0.9.0
type AWSAuthConfig struct { // ClusterName contains AWS cluster name ClusterName string `json:"clusterName,omitempty" protobuf:"bytes,1,opt,name=clusterName"` // RoleARN contains optional role ARN. If set then AWS IAM Authenticator assume a role to perform cluster operations instead of the default AWS credential provider chain. RoleARN string `json:"roleARN,omitempty" protobuf:"bytes,2,opt,name=roleARN"` }
AWSAuthConfig is an AWS IAM authentication configuration
func (*AWSAuthConfig) DeepCopy ¶ added in v0.9.0
func (in *AWSAuthConfig) DeepCopy() *AWSAuthConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSAuthConfig.
func (*AWSAuthConfig) DeepCopyInto ¶ added in v0.9.0
func (in *AWSAuthConfig) DeepCopyInto(out *AWSAuthConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AWSAuthConfig) Descriptor ¶ added in v0.9.0
func (*AWSAuthConfig) Descriptor() ([]byte, []int)
func (*AWSAuthConfig) Marshal ¶ added in v0.9.0
func (m *AWSAuthConfig) Marshal() (dAtA []byte, err error)
func (*AWSAuthConfig) MarshalTo ¶ added in v0.9.0
func (m *AWSAuthConfig) MarshalTo(dAtA []byte) (int, error)
func (*AWSAuthConfig) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *AWSAuthConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AWSAuthConfig) ProtoMessage ¶ added in v0.9.0
func (*AWSAuthConfig) ProtoMessage()
func (*AWSAuthConfig) Reset ¶ added in v0.9.0
func (m *AWSAuthConfig) Reset()
func (*AWSAuthConfig) Size ¶ added in v0.9.0
func (m *AWSAuthConfig) Size() (n int)
func (*AWSAuthConfig) String ¶ added in v0.9.0
func (this *AWSAuthConfig) String() string
func (*AWSAuthConfig) Unmarshal ¶ added in v0.9.0
func (m *AWSAuthConfig) Unmarshal(dAtA []byte) error
func (*AWSAuthConfig) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *AWSAuthConfig) XXX_DiscardUnknown()
func (*AWSAuthConfig) XXX_Marshal ¶ added in v0.9.0
func (m *AWSAuthConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AWSAuthConfig) XXX_Merge ¶ added in v0.9.0
func (m *AWSAuthConfig) XXX_Merge(src proto.Message)
func (*AWSAuthConfig) XXX_Size ¶ added in v0.9.0
func (m *AWSAuthConfig) XXX_Size() int
func (*AWSAuthConfig) XXX_Unmarshal ¶ added in v0.9.0
func (m *AWSAuthConfig) XXX_Unmarshal(b []byte) error
type AppProject ¶ added in v0.6.0
type AppProject struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` Spec AppProjectSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"` Status AppProjectStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` }
AppProject provides a logical grouping of applications, providing controls for: * where the apps may deploy to (cluster whitelist) * what may be deployed (repository whitelist, resource whitelist/blacklist) * who can access these applications (roles, OIDC group claims bindings) * and what they can do (RBAC policies) * automation access to these roles (JWT tokens) +genclient +genclient:noStatus +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +kubebuilder:resource:path=appprojects,shortName=appproj;appprojs
func (*AppProject) AddGroupToRole ¶ added in v1.2.0
func (p *AppProject) AddGroupToRole(roleName, group string) (bool, error)
AddGroupToRole adds an OIDC group to a role
func (*AppProject) DeepCopy ¶ added in v0.6.0
func (in *AppProject) DeepCopy() *AppProject
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppProject.
func (*AppProject) DeepCopyInto ¶ added in v0.6.0
func (in *AppProject) DeepCopyInto(out *AppProject)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppProject) DeepCopyObject ¶ added in v0.6.0
func (in *AppProject) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AppProject) Descriptor ¶ added in v0.6.0
func (*AppProject) Descriptor() ([]byte, []int)
func (*AppProject) GetJWTToken ¶ added in v1.2.0
func (p *AppProject) GetJWTToken(roleName string, issuedAt int64, id string) (*JWTToken, int, error)
GetJWTToken looks up the index of a JWTToken in a project by id (new token), if not then by the issue at time (old token)
func (*AppProject) GetJWTTokenFromSpec ¶ added in v1.7.0
func (p *AppProject) GetJWTTokenFromSpec(roleName string, issuedAt int64, id string) (*JWTToken, int, error)
GetJWTToken looks up the index of a JWTToken in a project by id (new token), if not then by the issue at time (old token)
func (*AppProject) GetRoleByName ¶ added in v1.2.0
func (p *AppProject) GetRoleByName(name string) (*ProjectRole, int, error)
GetRoleByName returns the role in a project by the name with its index
func (AppProject) HasFinalizer ¶ added in v1.7.0
func (proj AppProject) HasFinalizer() bool
func (AppProject) IsDestinationPermitted ¶ added in v0.6.0
func (proj AppProject) IsDestinationPermitted(dst ApplicationDestination) bool
IsDestinationPermitted validates if the provided application's destination is one of the allowed destinations for the project
func (AppProject) IsGroupKindPermitted ¶ added in v1.4.0
func (proj AppProject) IsGroupKindPermitted(gk schema.GroupKind, namespaced bool) bool
IsGroupKindPermitted validates if the given resource group/kind is permitted to be deployed in the project
func (AppProject) IsLiveResourcePermitted ¶ added in v1.4.0
func (proj AppProject) IsLiveResourcePermitted(un *unstructured.Unstructured, server string) bool
func (AppProject) IsSourcePermitted ¶ added in v0.6.0
func (proj AppProject) IsSourcePermitted(src ApplicationSource) bool
IsSourcePermitted validates if the provided application's source is a one of the allowed sources for the project.
func (*AppProject) Marshal ¶ added in v0.6.0
func (m *AppProject) Marshal() (dAtA []byte, err error)
func (*AppProject) MarshalTo ¶ added in v0.6.0
func (m *AppProject) MarshalTo(dAtA []byte) (int, error)
func (*AppProject) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *AppProject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppProject) NormalizeJWTTokens ¶ added in v1.7.0
func (proj *AppProject) NormalizeJWTTokens() bool
func (*AppProject) NormalizePolicies ¶ added in v1.2.0
func (p *AppProject) NormalizePolicies()
NormalizePolicies normalizes the policies in the project
func (*AppProject) ProjectPoliciesString ¶ added in v0.8.0
func (proj *AppProject) ProjectPoliciesString() string
ProjectPoliciesString returns Casbin formated string of a project's policies for each role
func (*AppProject) ProtoMessage ¶ added in v0.6.0
func (*AppProject) ProtoMessage()
func (*AppProject) RemoveFinalizer ¶ added in v1.7.0
func (proj *AppProject) RemoveFinalizer()
func (*AppProject) RemoveGroupFromRole ¶ added in v1.2.0
func (p *AppProject) RemoveGroupFromRole(roleName, group string) (bool, error)
RemoveGroupFromRole removes an OIDC group from a role
func (AppProject) RemoveJWTToken ¶ added in v1.7.0
func (p AppProject) RemoveJWTToken(roleIndex int, issuedAt int64, id string) error
func (*AppProject) Reset ¶ added in v0.6.0
func (m *AppProject) Reset()
func (*AppProject) Size ¶ added in v0.6.0
func (m *AppProject) Size() (n int)
func (*AppProject) String ¶ added in v0.6.0
func (this *AppProject) String() string
func (*AppProject) Unmarshal ¶ added in v0.6.0
func (m *AppProject) Unmarshal(dAtA []byte) error
func (*AppProject) ValidateJWTTokenID ¶ added in v1.5.3
func (p *AppProject) ValidateJWTTokenID(roleName string, id string) error
func (*AppProject) ValidateProject ¶ added in v1.2.0
func (p *AppProject) ValidateProject() error
func (*AppProject) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *AppProject) XXX_DiscardUnknown()
func (*AppProject) XXX_Marshal ¶ added in v0.9.0
func (m *AppProject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppProject) XXX_Merge ¶ added in v0.9.0
func (m *AppProject) XXX_Merge(src proto.Message)
func (*AppProject) XXX_Size ¶ added in v0.9.0
func (m *AppProject) XXX_Size() int
func (*AppProject) XXX_Unmarshal ¶ added in v0.9.0
func (m *AppProject) XXX_Unmarshal(b []byte) error
type AppProjectList ¶ added in v0.6.0
type AppProjectList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` Items []AppProject `json:"items" protobuf:"bytes,2,rep,name=items"` }
AppProjectList is list of AppProject resources +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*AppProjectList) DeepCopy ¶ added in v0.6.0
func (in *AppProjectList) DeepCopy() *AppProjectList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppProjectList.
func (*AppProjectList) DeepCopyInto ¶ added in v0.6.0
func (in *AppProjectList) DeepCopyInto(out *AppProjectList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppProjectList) DeepCopyObject ¶ added in v0.6.0
func (in *AppProjectList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AppProjectList) Descriptor ¶ added in v0.6.0
func (*AppProjectList) Descriptor() ([]byte, []int)
func (*AppProjectList) Marshal ¶ added in v0.6.0
func (m *AppProjectList) Marshal() (dAtA []byte, err error)
func (*AppProjectList) MarshalTo ¶ added in v0.6.0
func (m *AppProjectList) MarshalTo(dAtA []byte) (int, error)
func (*AppProjectList) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *AppProjectList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppProjectList) ProtoMessage ¶ added in v0.6.0
func (*AppProjectList) ProtoMessage()
func (*AppProjectList) Reset ¶ added in v0.6.0
func (m *AppProjectList) Reset()
func (*AppProjectList) Size ¶ added in v0.6.0
func (m *AppProjectList) Size() (n int)
func (*AppProjectList) String ¶ added in v0.6.0
func (this *AppProjectList) String() string
func (*AppProjectList) Unmarshal ¶ added in v0.6.0
func (m *AppProjectList) Unmarshal(dAtA []byte) error
func (*AppProjectList) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *AppProjectList) XXX_DiscardUnknown()
func (*AppProjectList) XXX_Marshal ¶ added in v0.9.0
func (m *AppProjectList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppProjectList) XXX_Merge ¶ added in v0.9.0
func (m *AppProjectList) XXX_Merge(src proto.Message)
func (*AppProjectList) XXX_Size ¶ added in v0.9.0
func (m *AppProjectList) XXX_Size() int
func (*AppProjectList) XXX_Unmarshal ¶ added in v0.9.0
func (m *AppProjectList) XXX_Unmarshal(b []byte) error
type AppProjectSpec ¶ added in v0.6.0
type AppProjectSpec struct { // SourceRepos contains list of repository URLs which can be used for deployment SourceRepos []string `json:"sourceRepos,omitempty" protobuf:"bytes,1,name=sourceRepos"` // Destinations contains list of destinations available for deployment Destinations []ApplicationDestination `json:"destinations,omitempty" protobuf:"bytes,2,name=destination"` // Description contains optional project description Description string `json:"description,omitempty" protobuf:"bytes,3,opt,name=description"` // Roles are user defined RBAC roles associated with this project Roles []ProjectRole `json:"roles,omitempty" protobuf:"bytes,4,rep,name=roles"` // ClusterResourceWhitelist contains list of whitelisted cluster level resources ClusterResourceWhitelist []metav1.GroupKind `json:"clusterResourceWhitelist,omitempty" protobuf:"bytes,5,opt,name=clusterResourceWhitelist"` // NamespaceResourceBlacklist contains list of blacklisted namespace level resources NamespaceResourceBlacklist []metav1.GroupKind `json:"namespaceResourceBlacklist,omitempty" protobuf:"bytes,6,opt,name=namespaceResourceBlacklist"` // OrphanedResources specifies if controller should monitor orphaned resources of apps in this project OrphanedResources *OrphanedResourcesMonitorSettings `json:"orphanedResources,omitempty" protobuf:"bytes,7,opt,name=orphanedResources"` // SyncWindows controls when syncs can be run for apps in this project SyncWindows SyncWindows `json:"syncWindows,omitempty" protobuf:"bytes,8,opt,name=syncWindows"` // NamespaceResourceWhitelist contains list of whitelisted namespace level resources NamespaceResourceWhitelist []metav1.GroupKind `json:"namespaceResourceWhitelist,omitempty" protobuf:"bytes,9,opt,name=namespaceResourceWhitelist"` // List of PGP key IDs that commits to be synced to must be signed with SignatureKeys []SignatureKey `json:"signatureKeys,omitempty" protobuf:"bytes,10,opt,name=signatureKeys"` // ClusterResourceBlacklist contains list of blacklisted cluster level resources ClusterResourceBlacklist []metav1.GroupKind `json:"clusterResourceBlacklist,omitempty" protobuf:"bytes,11,opt,name=clusterResourceBlacklist"` }
AppProjectSpec is the specification of an AppProject
func (*AppProjectSpec) DeepCopy ¶ added in v0.6.0
func (in *AppProjectSpec) DeepCopy() *AppProjectSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppProjectSpec.
func (*AppProjectSpec) DeepCopyInto ¶ added in v0.6.0
func (in *AppProjectSpec) DeepCopyInto(out *AppProjectSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppProjectSpec) DeleteWindow ¶ added in v1.2.4
func (s *AppProjectSpec) DeleteWindow(id int) error
func (*AppProjectSpec) Descriptor ¶ added in v0.6.0
func (*AppProjectSpec) Descriptor() ([]byte, []int)
func (AppProjectSpec) DestinationClusters ¶ added in v1.0.0
func (d AppProjectSpec) DestinationClusters() []string
func (*AppProjectSpec) Marshal ¶ added in v0.6.0
func (m *AppProjectSpec) Marshal() (dAtA []byte, err error)
func (*AppProjectSpec) MarshalTo ¶ added in v0.6.0
func (m *AppProjectSpec) MarshalTo(dAtA []byte) (int, error)
func (*AppProjectSpec) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *AppProjectSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppProjectSpec) ProtoMessage ¶ added in v0.6.0
func (*AppProjectSpec) ProtoMessage()
func (*AppProjectSpec) Reset ¶ added in v0.6.0
func (m *AppProjectSpec) Reset()
func (*AppProjectSpec) Size ¶ added in v0.6.0
func (m *AppProjectSpec) Size() (n int)
func (*AppProjectSpec) String ¶ added in v0.6.0
func (this *AppProjectSpec) String() string
func (*AppProjectSpec) Unmarshal ¶ added in v0.6.0
func (m *AppProjectSpec) Unmarshal(dAtA []byte) error
func (*AppProjectSpec) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *AppProjectSpec) XXX_DiscardUnknown()
func (*AppProjectSpec) XXX_Marshal ¶ added in v0.9.0
func (m *AppProjectSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppProjectSpec) XXX_Merge ¶ added in v0.9.0
func (m *AppProjectSpec) XXX_Merge(src proto.Message)
func (*AppProjectSpec) XXX_Size ¶ added in v0.9.0
func (m *AppProjectSpec) XXX_Size() int
func (*AppProjectSpec) XXX_Unmarshal ¶ added in v0.9.0
func (m *AppProjectSpec) XXX_Unmarshal(b []byte) error
type AppProjectStatus ¶ added in v1.7.0
type AppProjectStatus struct {
JWTTokensByRole map[string]JWTTokens `json:"jwtTokensByRole,omitempty" protobuf:"bytes,1,opt,name=jwtTokensByRole"`
}
AppProjectStatus contains information about appproj
func (*AppProjectStatus) DeepCopy ¶ added in v1.7.0
func (in *AppProjectStatus) DeepCopy() *AppProjectStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppProjectStatus.
func (*AppProjectStatus) DeepCopyInto ¶ added in v1.7.0
func (in *AppProjectStatus) DeepCopyInto(out *AppProjectStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AppProjectStatus) Descriptor ¶ added in v1.7.0
func (*AppProjectStatus) Descriptor() ([]byte, []int)
func (*AppProjectStatus) Marshal ¶ added in v1.7.0
func (m *AppProjectStatus) Marshal() (dAtA []byte, err error)
func (*AppProjectStatus) MarshalTo ¶ added in v1.7.0
func (m *AppProjectStatus) MarshalTo(dAtA []byte) (int, error)
func (*AppProjectStatus) MarshalToSizedBuffer ¶ added in v1.7.0
func (m *AppProjectStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AppProjectStatus) ProtoMessage ¶ added in v1.7.0
func (*AppProjectStatus) ProtoMessage()
func (*AppProjectStatus) Reset ¶ added in v1.7.0
func (m *AppProjectStatus) Reset()
func (*AppProjectStatus) Size ¶ added in v1.7.0
func (m *AppProjectStatus) Size() (n int)
func (*AppProjectStatus) String ¶ added in v1.7.0
func (this *AppProjectStatus) String() string
func (*AppProjectStatus) Unmarshal ¶ added in v1.7.0
func (m *AppProjectStatus) Unmarshal(dAtA []byte) error
func (*AppProjectStatus) XXX_DiscardUnknown ¶ added in v1.7.0
func (m *AppProjectStatus) XXX_DiscardUnknown()
func (*AppProjectStatus) XXX_Marshal ¶ added in v1.7.0
func (m *AppProjectStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppProjectStatus) XXX_Merge ¶ added in v1.7.0
func (m *AppProjectStatus) XXX_Merge(src proto.Message)
func (*AppProjectStatus) XXX_Size ¶ added in v1.7.0
func (m *AppProjectStatus) XXX_Size() int
func (*AppProjectStatus) XXX_Unmarshal ¶ added in v1.7.0
func (m *AppProjectStatus) XXX_Unmarshal(b []byte) error
type Application ¶
type Application struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` Spec ApplicationSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"` Status ApplicationStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` Operation *Operation `json:"operation,omitempty" protobuf:"bytes,4,opt,name=operation"` }
Application is a definition of Application resource. +genclient +genclient:noStatus +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +kubebuilder:resource:path=applications,shortName=app;apps +kubebuilder:printcolumn:name="Sync Status",type=string,JSONPath=`.status.sync.status` +kubebuilder:printcolumn:name="Health Status",type=string,JSONPath=`.status.health.status` +kubebuilder:printcolumn:name="Revision",type=string,JSONPath=`.status.sync.revision`,priority=10
func (*Application) CascadedDeletion ¶ added in v0.4.0
func (app *Application) CascadedDeletion() bool
CascadedDeletion indicates if resources finalizer is set and controller should delete app resources before deleting app
func (*Application) DeepCopy ¶
func (in *Application) DeepCopy() *Application
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Application.
func (*Application) DeepCopyInto ¶
func (in *Application) DeepCopyInto(out *Application)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Application) DeepCopyObject ¶
func (in *Application) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Application) Descriptor ¶
func (*Application) Descriptor() ([]byte, []int)
func (*Application) GetMetadata ¶
func (a *Application) GetMetadata() *objectMeta
func (*Application) IsRefreshRequested ¶ added in v0.11.0
func (app *Application) IsRefreshRequested() (RefreshType, bool)
func (*Application) Marshal ¶
func (m *Application) Marshal() (dAtA []byte, err error)
func (*Application) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *Application) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Application) ProtoMessage ¶
func (*Application) ProtoMessage()
func (*Application) Reset ¶
func (m *Application) Reset()
func (*Application) SetCascadedDeletion ¶ added in v0.4.0
func (app *Application) SetCascadedDeletion(prune bool)
SetCascadedDeletion sets or remove resources finalizer
func (*Application) Size ¶
func (m *Application) Size() (n int)
func (*Application) String ¶
func (this *Application) String() string
func (*Application) Unmarshal ¶
func (m *Application) Unmarshal(dAtA []byte) error
func (*Application) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *Application) XXX_DiscardUnknown()
func (*Application) XXX_Marshal ¶ added in v0.9.0
func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Application) XXX_Merge ¶ added in v0.9.0
func (m *Application) XXX_Merge(src proto.Message)
func (*Application) XXX_Size ¶ added in v0.9.0
func (m *Application) XXX_Size() int
func (*Application) XXX_Unmarshal ¶ added in v0.9.0
func (m *Application) XXX_Unmarshal(b []byte) error
type ApplicationCondition ¶ added in v0.4.0
type ApplicationCondition struct { // Type is an application condition type Type ApplicationConditionType `json:"type" protobuf:"bytes,1,opt,name=type"` // Message contains human-readable message indicating details about condition Message string `json:"message" protobuf:"bytes,2,opt,name=message"` // LastTransitionTime is the time the condition was first observed. LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,3,opt,name=lastTransitionTime"` }
ApplicationCondition contains details about current application condition
func (*ApplicationCondition) DeepCopy ¶ added in v0.4.0
func (in *ApplicationCondition) DeepCopy() *ApplicationCondition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationCondition.
func (*ApplicationCondition) DeepCopyInto ¶ added in v0.4.0
func (in *ApplicationCondition) DeepCopyInto(out *ApplicationCondition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationCondition) Descriptor ¶ added in v0.4.0
func (*ApplicationCondition) Descriptor() ([]byte, []int)
func (*ApplicationCondition) IsError ¶ added in v0.6.0
func (condition *ApplicationCondition) IsError() bool
IsError returns true if condition is error condition
func (*ApplicationCondition) Marshal ¶ added in v0.4.0
func (m *ApplicationCondition) Marshal() (dAtA []byte, err error)
func (*ApplicationCondition) MarshalTo ¶ added in v0.4.0
func (m *ApplicationCondition) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationCondition) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationCondition) ProtoMessage ¶ added in v0.4.0
func (*ApplicationCondition) ProtoMessage()
func (*ApplicationCondition) Reset ¶ added in v0.4.0
func (m *ApplicationCondition) Reset()
func (*ApplicationCondition) Size ¶ added in v0.4.0
func (m *ApplicationCondition) Size() (n int)
func (*ApplicationCondition) String ¶ added in v0.4.0
func (this *ApplicationCondition) String() string
func (*ApplicationCondition) Unmarshal ¶ added in v0.4.0
func (m *ApplicationCondition) Unmarshal(dAtA []byte) error
func (*ApplicationCondition) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *ApplicationCondition) XXX_DiscardUnknown()
func (*ApplicationCondition) XXX_Marshal ¶ added in v0.9.0
func (m *ApplicationCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationCondition) XXX_Merge ¶ added in v0.9.0
func (m *ApplicationCondition) XXX_Merge(src proto.Message)
func (*ApplicationCondition) XXX_Size ¶ added in v0.9.0
func (m *ApplicationCondition) XXX_Size() int
func (*ApplicationCondition) XXX_Unmarshal ¶ added in v0.9.0
func (m *ApplicationCondition) XXX_Unmarshal(b []byte) error
type ApplicationConditionType ¶ added in v0.4.0
type ApplicationConditionType = string
ApplicationConditionType represents type of application condition. Type name has following convention: prefix "Error" means error condition prefix "Warning" means warning condition prefix "Info" means informational condition
type ApplicationDestination ¶
type ApplicationDestination struct { // Server overrides the environment server value in the ksonnet app.yaml Server string `json:"server,omitempty" protobuf:"bytes,1,opt,name=server"` // Namespace overrides the environment namespace value in the ksonnet app.yaml Namespace string `json:"namespace,omitempty" protobuf:"bytes,2,opt,name=namespace"` // Name of the destination cluster which can be used instead of server (url) field Name string `json:"name,omitempty" protobuf:"bytes,3,opt,name=name"` // contains filtered or unexported fields }
ApplicationDestination contains deployment destination information
func (*ApplicationDestination) DeepCopy ¶
func (in *ApplicationDestination) DeepCopy() *ApplicationDestination
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationDestination.
func (*ApplicationDestination) DeepCopyInto ¶
func (in *ApplicationDestination) DeepCopyInto(out *ApplicationDestination)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationDestination) Descriptor ¶
func (*ApplicationDestination) Descriptor() ([]byte, []int)
func (ApplicationDestination) Equals ¶ added in v0.11.0
func (dest ApplicationDestination) Equals(other ApplicationDestination) bool
Equals compares two instances of ApplicationDestination and return true if instances are equal.
func (*ApplicationDestination) IsServerInferred ¶ added in v1.7.0
func (d *ApplicationDestination) IsServerInferred() bool
func (*ApplicationDestination) Marshal ¶
func (m *ApplicationDestination) Marshal() (dAtA []byte, err error)
func (*ApplicationDestination) MarshalJSON ¶ added in v1.7.0
func (d *ApplicationDestination) MarshalJSON() ([]byte, error)
func (*ApplicationDestination) MarshalTo ¶
func (m *ApplicationDestination) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationDestination) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationDestination) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationDestination) ProtoMessage ¶
func (*ApplicationDestination) ProtoMessage()
func (*ApplicationDestination) Reset ¶
func (m *ApplicationDestination) Reset()
func (*ApplicationDestination) SetInferredServer ¶ added in v1.7.0
func (d *ApplicationDestination) SetInferredServer(server string)
func (*ApplicationDestination) Size ¶
func (m *ApplicationDestination) Size() (n int)
func (*ApplicationDestination) String ¶
func (this *ApplicationDestination) String() string
func (*ApplicationDestination) Unmarshal ¶
func (m *ApplicationDestination) Unmarshal(dAtA []byte) error
func (*ApplicationDestination) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *ApplicationDestination) XXX_DiscardUnknown()
func (*ApplicationDestination) XXX_Marshal ¶ added in v0.9.0
func (m *ApplicationDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationDestination) XXX_Merge ¶ added in v0.9.0
func (m *ApplicationDestination) XXX_Merge(src proto.Message)
func (*ApplicationDestination) XXX_Size ¶ added in v0.9.0
func (m *ApplicationDestination) XXX_Size() int
func (*ApplicationDestination) XXX_Unmarshal ¶ added in v0.9.0
func (m *ApplicationDestination) XXX_Unmarshal(b []byte) error
type ApplicationList ¶
type ApplicationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` Items []Application `json:"items" protobuf:"bytes,2,rep,name=items"` }
ApplicationList is list of Application resources +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
func (*ApplicationList) DeepCopy ¶
func (in *ApplicationList) DeepCopy() *ApplicationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationList.
func (*ApplicationList) DeepCopyInto ¶
func (in *ApplicationList) DeepCopyInto(out *ApplicationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationList) DeepCopyObject ¶
func (in *ApplicationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApplicationList) Descriptor ¶
func (*ApplicationList) Descriptor() ([]byte, []int)
func (*ApplicationList) Marshal ¶
func (m *ApplicationList) Marshal() (dAtA []byte, err error)
func (*ApplicationList) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationList) ProtoMessage ¶
func (*ApplicationList) ProtoMessage()
func (*ApplicationList) Reset ¶
func (m *ApplicationList) Reset()
func (*ApplicationList) Size ¶
func (m *ApplicationList) Size() (n int)
func (*ApplicationList) String ¶
func (this *ApplicationList) String() string
func (*ApplicationList) Unmarshal ¶
func (m *ApplicationList) Unmarshal(dAtA []byte) error
func (*ApplicationList) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *ApplicationList) XXX_DiscardUnknown()
func (*ApplicationList) XXX_Marshal ¶ added in v0.9.0
func (m *ApplicationList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationList) XXX_Merge ¶ added in v0.9.0
func (m *ApplicationList) XXX_Merge(src proto.Message)
func (*ApplicationList) XXX_Size ¶ added in v0.9.0
func (m *ApplicationList) XXX_Size() int
func (*ApplicationList) XXX_Unmarshal ¶ added in v0.9.0
func (m *ApplicationList) XXX_Unmarshal(b []byte) error
type ApplicationSource ¶
type ApplicationSource struct { // RepoURL is the repository URL of the application manifests RepoURL string `json:"repoURL" protobuf:"bytes,1,opt,name=repoURL"` // Path is a directory path within the Git repository Path string `json:"path,omitempty" protobuf:"bytes,2,opt,name=path"` // TargetRevision defines the commit, tag, or branch in which to sync the application to. // If omitted, will sync to HEAD TargetRevision string `json:"targetRevision,omitempty" protobuf:"bytes,4,opt,name=targetRevision"` // Helm holds helm specific options Helm *ApplicationSourceHelm `json:"helm,omitempty" protobuf:"bytes,7,opt,name=helm"` // Kustomize holds kustomize specific options Kustomize *ApplicationSourceKustomize `json:"kustomize,omitempty" protobuf:"bytes,8,opt,name=kustomize"` // Ksonnet holds ksonnet specific options Ksonnet *ApplicationSourceKsonnet `json:"ksonnet,omitempty" protobuf:"bytes,9,opt,name=ksonnet"` // Directory holds path/directory specific options Directory *ApplicationSourceDirectory `json:"directory,omitempty" protobuf:"bytes,10,opt,name=directory"` // ConfigManagementPlugin holds config management plugin specific options Plugin *ApplicationSourcePlugin `json:"plugin,omitempty" protobuf:"bytes,11,opt,name=plugin"` // Chart is a Helm chart name Chart string `json:"chart,omitempty" protobuf:"bytes,12,opt,name=chart"` }
ApplicationSource contains information about github repository, path within repository and target application environment.
func (*ApplicationSource) AllowsConcurrentProcessing ¶ added in v1.8.0
func (a *ApplicationSource) AllowsConcurrentProcessing() bool
AllowsConcurrentProcessing returns true if given application source can be processed concurrently
func (*ApplicationSource) DeepCopy ¶
func (in *ApplicationSource) DeepCopy() *ApplicationSource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSource.
func (*ApplicationSource) DeepCopyInto ¶
func (in *ApplicationSource) DeepCopyInto(out *ApplicationSource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSource) Descriptor ¶
func (*ApplicationSource) Descriptor() ([]byte, []int)
func (*ApplicationSource) Equals ¶
func (source *ApplicationSource) Equals(other ApplicationSource) bool
Equals compares two instances of ApplicationSource and return true if instances are equal.
func (*ApplicationSource) ExplicitType ¶ added in v0.12.0
func (source *ApplicationSource) ExplicitType() (*ApplicationSourceType, error)
func (*ApplicationSource) IsHelm ¶ added in v1.2.4
func (a *ApplicationSource) IsHelm() bool
func (*ApplicationSource) IsHelmOci ¶ added in v1.8.0
func (a *ApplicationSource) IsHelmOci() bool
func (*ApplicationSource) IsZero ¶ added in v0.12.0
func (a *ApplicationSource) IsZero() bool
func (*ApplicationSource) Marshal ¶
func (m *ApplicationSource) Marshal() (dAtA []byte, err error)
func (*ApplicationSource) MarshalTo ¶
func (m *ApplicationSource) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSource) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSource) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSource) ProtoMessage ¶
func (*ApplicationSource) ProtoMessage()
func (*ApplicationSource) Reset ¶
func (m *ApplicationSource) Reset()
func (*ApplicationSource) Size ¶
func (m *ApplicationSource) Size() (n int)
func (*ApplicationSource) String ¶
func (this *ApplicationSource) String() string
func (*ApplicationSource) Unmarshal ¶
func (m *ApplicationSource) Unmarshal(dAtA []byte) error
func (*ApplicationSource) XXX_DiscardUnknown ¶ added in v0.9.0
func (m *ApplicationSource) XXX_DiscardUnknown()
func (*ApplicationSource) XXX_Marshal ¶ added in v0.9.0
func (m *ApplicationSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSource) XXX_Merge ¶ added in v0.9.0
func (m *ApplicationSource) XXX_Merge(src proto.Message)
func (*ApplicationSource) XXX_Size ¶ added in v0.9.0
func (m *ApplicationSource) XXX_Size() int
func (*ApplicationSource) XXX_Unmarshal ¶ added in v0.9.0
func (m *ApplicationSource) XXX_Unmarshal(b []byte) error
type ApplicationSourceDirectory ¶ added in v0.12.0
type ApplicationSourceDirectory struct { Recurse bool `json:"recurse,omitempty" protobuf:"bytes,1,opt,name=recurse"` Jsonnet ApplicationSourceJsonnet `json:"jsonnet,omitempty" protobuf:"bytes,2,opt,name=jsonnet"` Exclude string `json:"exclude,omitempty" protobuf:"bytes,3,opt,name=exclude"` }
func (*ApplicationSourceDirectory) DeepCopy ¶ added in v0.12.0
func (in *ApplicationSourceDirectory) DeepCopy() *ApplicationSourceDirectory
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourceDirectory.
func (*ApplicationSourceDirectory) DeepCopyInto ¶ added in v0.12.0
func (in *ApplicationSourceDirectory) DeepCopyInto(out *ApplicationSourceDirectory)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourceDirectory) Descriptor ¶ added in v0.12.0
func (*ApplicationSourceDirectory) Descriptor() ([]byte, []int)
func (*ApplicationSourceDirectory) IsZero ¶ added in v0.12.0
func (d *ApplicationSourceDirectory) IsZero() bool
func (*ApplicationSourceDirectory) Marshal ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) Marshal() (dAtA []byte, err error)
func (*ApplicationSourceDirectory) MarshalTo ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourceDirectory) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourceDirectory) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourceDirectory) ProtoMessage ¶ added in v0.12.0
func (*ApplicationSourceDirectory) ProtoMessage()
func (*ApplicationSourceDirectory) Reset ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) Reset()
func (*ApplicationSourceDirectory) Size ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) Size() (n int)
func (*ApplicationSourceDirectory) String ¶ added in v0.12.0
func (this *ApplicationSourceDirectory) String() string
func (*ApplicationSourceDirectory) Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) Unmarshal(dAtA []byte) error
func (*ApplicationSourceDirectory) XXX_DiscardUnknown ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) XXX_DiscardUnknown()
func (*ApplicationSourceDirectory) XXX_Marshal ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourceDirectory) XXX_Merge ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) XXX_Merge(src proto.Message)
func (*ApplicationSourceDirectory) XXX_Size ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) XXX_Size() int
func (*ApplicationSourceDirectory) XXX_Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourceDirectory) XXX_Unmarshal(b []byte) error
type ApplicationSourceHelm ¶ added in v0.11.0
type ApplicationSourceHelm struct { // ValuesFiles is a list of Helm value files to use when generating a template ValueFiles []string `json:"valueFiles,omitempty" protobuf:"bytes,1,opt,name=valueFiles"` // Parameters are parameters to the helm template Parameters []HelmParameter `json:"parameters,omitempty" protobuf:"bytes,2,opt,name=parameters"` // The Helm release name. If omitted it will use the application name ReleaseName string `json:"releaseName,omitempty" protobuf:"bytes,3,opt,name=releaseName"` // Values is Helm values, typically defined as a block Values string `json:"values,omitempty" protobuf:"bytes,4,opt,name=values"` // FileParameters are file parameters to the helm template FileParameters []HelmFileParameter `json:"fileParameters,omitempty" protobuf:"bytes,5,opt,name=fileParameters"` // Version is the Helm version to use for templating with Version string `json:"version,omitempty" protobuf:"bytes,6,opt,name=version"` }
ApplicationSourceHelm holds helm specific options
func (*ApplicationSourceHelm) AddFileParameter ¶ added in v1.5.0
func (in *ApplicationSourceHelm) AddFileParameter(p HelmFileParameter)
func (*ApplicationSourceHelm) AddParameter ¶ added in v1.2.4
func (in *ApplicationSourceHelm) AddParameter(p HelmParameter)
func (*ApplicationSourceHelm) DeepCopy ¶ added in v0.11.0
func (in *ApplicationSourceHelm) DeepCopy() *ApplicationSourceHelm
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourceHelm.
func (*ApplicationSourceHelm) DeepCopyInto ¶ added in v0.11.0
func (in *ApplicationSourceHelm) DeepCopyInto(out *ApplicationSourceHelm)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourceHelm) Descriptor ¶ added in v0.11.0
func (*ApplicationSourceHelm) Descriptor() ([]byte, []int)
func (*ApplicationSourceHelm) IsZero ¶ added in v0.11.1
func (h *ApplicationSourceHelm) IsZero() bool
func (*ApplicationSourceHelm) Marshal ¶ added in v0.11.0
func (m *ApplicationSourceHelm) Marshal() (dAtA []byte, err error)
func (*ApplicationSourceHelm) MarshalTo ¶ added in v0.11.0
func (m *ApplicationSourceHelm) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourceHelm) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourceHelm) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourceHelm) ProtoMessage ¶ added in v0.11.0
func (*ApplicationSourceHelm) ProtoMessage()
func (*ApplicationSourceHelm) Reset ¶ added in v0.11.0
func (m *ApplicationSourceHelm) Reset()
func (*ApplicationSourceHelm) Size ¶ added in v0.11.0
func (m *ApplicationSourceHelm) Size() (n int)
func (*ApplicationSourceHelm) String ¶ added in v0.11.0
func (this *ApplicationSourceHelm) String() string
func (*ApplicationSourceHelm) Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceHelm) Unmarshal(dAtA []byte) error
func (*ApplicationSourceHelm) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *ApplicationSourceHelm) XXX_DiscardUnknown()
func (*ApplicationSourceHelm) XXX_Marshal ¶ added in v0.11.0
func (m *ApplicationSourceHelm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourceHelm) XXX_Merge ¶ added in v0.11.0
func (m *ApplicationSourceHelm) XXX_Merge(src proto.Message)
func (*ApplicationSourceHelm) XXX_Size ¶ added in v0.11.0
func (m *ApplicationSourceHelm) XXX_Size() int
func (*ApplicationSourceHelm) XXX_Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceHelm) XXX_Unmarshal(b []byte) error
type ApplicationSourceJsonnet ¶ added in v0.12.0
type ApplicationSourceJsonnet struct { // ExtVars is a list of Jsonnet External Variables ExtVars []JsonnetVar `json:"extVars,omitempty" protobuf:"bytes,1,opt,name=extVars"` // TLAS is a list of Jsonnet Top-level Arguments TLAs []JsonnetVar `json:"tlas,omitempty" protobuf:"bytes,2,opt,name=tlas"` // Additional library search dirs Libs []string `json:"libs,omitempty" protobuf:"bytes,3,opt,name=libs"` }
ApplicationSourceJsonnet holds jsonnet specific options
func (*ApplicationSourceJsonnet) DeepCopy ¶ added in v0.12.0
func (in *ApplicationSourceJsonnet) DeepCopy() *ApplicationSourceJsonnet
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourceJsonnet.
func (*ApplicationSourceJsonnet) DeepCopyInto ¶ added in v0.12.0
func (in *ApplicationSourceJsonnet) DeepCopyInto(out *ApplicationSourceJsonnet)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourceJsonnet) Descriptor ¶ added in v0.12.0
func (*ApplicationSourceJsonnet) Descriptor() ([]byte, []int)
func (*ApplicationSourceJsonnet) IsZero ¶ added in v0.12.0
func (j *ApplicationSourceJsonnet) IsZero() bool
func (*ApplicationSourceJsonnet) Marshal ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) Marshal() (dAtA []byte, err error)
func (*ApplicationSourceJsonnet) MarshalTo ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourceJsonnet) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourceJsonnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourceJsonnet) ProtoMessage ¶ added in v0.12.0
func (*ApplicationSourceJsonnet) ProtoMessage()
func (*ApplicationSourceJsonnet) Reset ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) Reset()
func (*ApplicationSourceJsonnet) Size ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) Size() (n int)
func (*ApplicationSourceJsonnet) String ¶ added in v0.12.0
func (this *ApplicationSourceJsonnet) String() string
func (*ApplicationSourceJsonnet) Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) Unmarshal(dAtA []byte) error
func (*ApplicationSourceJsonnet) XXX_DiscardUnknown ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) XXX_DiscardUnknown()
func (*ApplicationSourceJsonnet) XXX_Marshal ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourceJsonnet) XXX_Merge ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) XXX_Merge(src proto.Message)
func (*ApplicationSourceJsonnet) XXX_Size ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) XXX_Size() int
func (*ApplicationSourceJsonnet) XXX_Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourceJsonnet) XXX_Unmarshal(b []byte) error
type ApplicationSourceKsonnet ¶ added in v0.11.0
type ApplicationSourceKsonnet struct { // Environment is a ksonnet application environment name Environment string `json:"environment,omitempty" protobuf:"bytes,1,opt,name=environment"` // Parameters are a list of ksonnet component parameter override values Parameters []KsonnetParameter `json:"parameters,omitempty" protobuf:"bytes,2,opt,name=parameters"` }
ApplicationSourceKsonnet holds ksonnet specific options
func (*ApplicationSourceKsonnet) AllowsConcurrentProcessing ¶ added in v1.8.0
func (k *ApplicationSourceKsonnet) AllowsConcurrentProcessing() bool
func (*ApplicationSourceKsonnet) DeepCopy ¶ added in v0.11.0
func (in *ApplicationSourceKsonnet) DeepCopy() *ApplicationSourceKsonnet
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourceKsonnet.
func (*ApplicationSourceKsonnet) DeepCopyInto ¶ added in v0.11.0
func (in *ApplicationSourceKsonnet) DeepCopyInto(out *ApplicationSourceKsonnet)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourceKsonnet) Descriptor ¶ added in v0.11.0
func (*ApplicationSourceKsonnet) Descriptor() ([]byte, []int)
func (*ApplicationSourceKsonnet) IsZero ¶ added in v0.11.1
func (k *ApplicationSourceKsonnet) IsZero() bool
func (*ApplicationSourceKsonnet) Marshal ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) Marshal() (dAtA []byte, err error)
func (*ApplicationSourceKsonnet) MarshalTo ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourceKsonnet) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourceKsonnet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourceKsonnet) ProtoMessage ¶ added in v0.11.0
func (*ApplicationSourceKsonnet) ProtoMessage()
func (*ApplicationSourceKsonnet) Reset ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) Reset()
func (*ApplicationSourceKsonnet) Size ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) Size() (n int)
func (*ApplicationSourceKsonnet) String ¶ added in v0.11.0
func (this *ApplicationSourceKsonnet) String() string
func (*ApplicationSourceKsonnet) Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) Unmarshal(dAtA []byte) error
func (*ApplicationSourceKsonnet) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) XXX_DiscardUnknown()
func (*ApplicationSourceKsonnet) XXX_Marshal ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourceKsonnet) XXX_Merge ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) XXX_Merge(src proto.Message)
func (*ApplicationSourceKsonnet) XXX_Size ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) XXX_Size() int
func (*ApplicationSourceKsonnet) XXX_Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceKsonnet) XXX_Unmarshal(b []byte) error
type ApplicationSourceKustomize ¶ added in v0.11.0
type ApplicationSourceKustomize struct { // NamePrefix is a prefix appended to resources for kustomize apps NamePrefix string `json:"namePrefix,omitempty" protobuf:"bytes,1,opt,name=namePrefix"` // NameSuffix is a suffix appended to resources for kustomize apps NameSuffix string `json:"nameSuffix,omitempty" protobuf:"bytes,2,opt,name=nameSuffix"` // Images are kustomize image overrides Images KustomizeImages `json:"images,omitempty" protobuf:"bytes,3,opt,name=images"` // CommonLabels adds additional kustomize commonLabels CommonLabels map[string]string `json:"commonLabels,omitempty" protobuf:"bytes,4,opt,name=commonLabels"` // Version contains optional Kustomize version Version string `json:"version,omitempty" protobuf:"bytes,5,opt,name=version"` // CommonAnnotations adds additional kustomize commonAnnotations CommonAnnotations map[string]string `json:"commonAnnotations,omitempty" protobuf:"bytes,6,opt,name=commonAnnotations"` }
ApplicationSourceKustomize holds kustomize specific options
func (*ApplicationSourceKustomize) AllowsConcurrentProcessing ¶ added in v1.8.0
func (k *ApplicationSourceKustomize) AllowsConcurrentProcessing() bool
func (*ApplicationSourceKustomize) DeepCopy ¶ added in v0.11.0
func (in *ApplicationSourceKustomize) DeepCopy() *ApplicationSourceKustomize
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourceKustomize.
func (*ApplicationSourceKustomize) DeepCopyInto ¶ added in v0.11.0
func (in *ApplicationSourceKustomize) DeepCopyInto(out *ApplicationSourceKustomize)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourceKustomize) Descriptor ¶ added in v0.11.0
func (*ApplicationSourceKustomize) Descriptor() ([]byte, []int)
func (*ApplicationSourceKustomize) IsZero ¶ added in v0.11.1
func (k *ApplicationSourceKustomize) IsZero() bool
func (*ApplicationSourceKustomize) Marshal ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) Marshal() (dAtA []byte, err error)
func (*ApplicationSourceKustomize) MarshalTo ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourceKustomize) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourceKustomize) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourceKustomize) MergeImage ¶ added in v1.2.0
func (k *ApplicationSourceKustomize) MergeImage(image KustomizeImage)
either updates or adds the images
func (*ApplicationSourceKustomize) ProtoMessage ¶ added in v0.11.0
func (*ApplicationSourceKustomize) ProtoMessage()
func (*ApplicationSourceKustomize) Reset ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) Reset()
func (*ApplicationSourceKustomize) Size ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) Size() (n int)
func (*ApplicationSourceKustomize) String ¶ added in v0.11.0
func (this *ApplicationSourceKustomize) String() string
func (*ApplicationSourceKustomize) Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) Unmarshal(dAtA []byte) error
func (*ApplicationSourceKustomize) XXX_DiscardUnknown ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) XXX_DiscardUnknown()
func (*ApplicationSourceKustomize) XXX_Marshal ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourceKustomize) XXX_Merge ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) XXX_Merge(src proto.Message)
func (*ApplicationSourceKustomize) XXX_Size ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) XXX_Size() int
func (*ApplicationSourceKustomize) XXX_Unmarshal ¶ added in v0.11.0
func (m *ApplicationSourceKustomize) XXX_Unmarshal(b []byte) error
type ApplicationSourcePlugin ¶ added in v0.12.0
type ApplicationSourcePlugin struct { Name string `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"` Env `json:"env,omitempty" protobuf:"bytes,2,opt,name=env"` }
ApplicationSourcePlugin holds config management plugin specific options
func (*ApplicationSourcePlugin) DeepCopy ¶ added in v0.12.0
func (in *ApplicationSourcePlugin) DeepCopy() *ApplicationSourcePlugin
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSourcePlugin.
func (*ApplicationSourcePlugin) DeepCopyInto ¶ added in v0.12.0
func (in *ApplicationSourcePlugin) DeepCopyInto(out *ApplicationSourcePlugin)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSourcePlugin) Descriptor ¶ added in v0.12.0
func (*ApplicationSourcePlugin) Descriptor() ([]byte, []int)
func (*ApplicationSourcePlugin) IsZero ¶ added in v0.12.0
func (c *ApplicationSourcePlugin) IsZero() bool
func (*ApplicationSourcePlugin) Marshal ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) Marshal() (dAtA []byte, err error)
func (*ApplicationSourcePlugin) MarshalTo ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationSourcePlugin) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSourcePlugin) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSourcePlugin) ProtoMessage ¶ added in v0.12.0
func (*ApplicationSourcePlugin) ProtoMessage()
func (*ApplicationSourcePlugin) Reset ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) Reset()
func (*ApplicationSourcePlugin) Size ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) Size() (n int)
func (*ApplicationSourcePlugin) String ¶ added in v0.12.0
func (this *ApplicationSourcePlugin) String() string
func (*ApplicationSourcePlugin) Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) Unmarshal(dAtA []byte) error
func (*ApplicationSourcePlugin) XXX_DiscardUnknown ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) XXX_DiscardUnknown()
func (*ApplicationSourcePlugin) XXX_Marshal ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ApplicationSourcePlugin) XXX_Merge ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) XXX_Merge(src proto.Message)
func (*ApplicationSourcePlugin) XXX_Size ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) XXX_Size() int
func (*ApplicationSourcePlugin) XXX_Unmarshal ¶ added in v0.12.0
func (m *ApplicationSourcePlugin) XXX_Unmarshal(b []byte) error
type ApplicationSourceType ¶ added in v0.11.0
type ApplicationSourceType string
const ( ApplicationSourceTypeHelm ApplicationSourceType = "Helm" ApplicationSourceTypeKustomize ApplicationSourceType = "Kustomize" ApplicationSourceTypeKsonnet ApplicationSourceType = "Ksonnet" ApplicationSourceTypeDirectory ApplicationSourceType = "Directory" ApplicationSourceTypePlugin ApplicationSourceType = "Plugin" )
type ApplicationSpec ¶
type ApplicationSpec struct { // Source is a reference to the location ksonnet application definition Source ApplicationSource `json:"source" protobuf:"bytes,1,opt,name=source"` // Destination overrides the kubernetes server and namespace defined in the environment ksonnet app.yaml Destination ApplicationDestination `json:"destination" protobuf:"bytes,2,name=destination"` // Project is a application project name. Empty name means that application belongs to 'default' project. Project string `json:"project" protobuf:"bytes,3,name=project"` // SyncPolicy controls when a sync will be performed SyncPolicy *SyncPolicy `json:"syncPolicy,omitempty" protobuf:"bytes,4,name=syncPolicy"` // IgnoreDifferences controls resources fields which should be ignored during comparison IgnoreDifferences []ResourceIgnoreDifferences `json:"ignoreDifferences,omitempty" protobuf:"bytes,5,name=ignoreDifferences"` // Infos contains a list of useful information (URLs, email addresses, and plain text) that relates to the application Info []Info `json:"info,omitempty" protobuf:"bytes,6,name=info"` // This limits this number of items kept in the apps revision history. // This should only be changed in exceptional circumstances. // Setting to zero will store no history. This will reduce storage used. // Increasing will increase the space used to store the history, so we do not recommend increasing it. // Default is 10. RevisionHistoryLimit *int64 `json:"revisionHistoryLimit,omitempty" protobuf:"bytes,7,name=revisionHistoryLimit"` }
ApplicationSpec represents desired application state. Contains link to repository with application definition and additional parameters link definition revision.
func (*ApplicationSpec) DeepCopy ¶
func (in *ApplicationSpec) DeepCopy() *ApplicationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationSpec.
func (*ApplicationSpec) DeepCopyInto ¶
func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationSpec) Descriptor ¶
func (*ApplicationSpec) Descriptor() ([]byte, []int)
func (ApplicationSpec) GetProject ¶ added in v0.6.0
func (spec ApplicationSpec) GetProject() string
GetProject returns the application's project. This is preferred over spec.Project which may be empty
func (ApplicationSpec) GetRevisionHistoryLimit ¶ added in v1.4.0
func (spec ApplicationSpec) GetRevisionHistoryLimit() int
func (*ApplicationSpec) Marshal ¶
func (m *ApplicationSpec) Marshal() (dAtA []byte, err error)
func (*ApplicationSpec) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *ApplicationSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ApplicationSpec) ProtoMessage ¶
func (*ApplicationSpec) ProtoMessage()
func (*ApplicationSpec) Reset ¶
func (m *ApplicationSpec) Reset()
func (*ApplicationSpec) Size ¶
func (m *ApplicationSpec) Size() (n int)
func (*ApplicationSpec) String ¶
func (this *ApplicationSpec) String() string
func (*ApplicationSpec) Unmarshal ¶
func (m *ApplicationSpec) Unmarshal(dAtA []byte) error