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 NewErrApplicationNotAllowedToUseProject(application, namespace, project string) error
- 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 (p AppProject) IsAppNamespacePermitted(app *Application, controllerNs string) bool
- func (proj AppProject) IsDestinationPermitted(dst ApplicationDestination, ...) (bool, error)
- func (proj AppProject) IsGroupKindPermitted(gk schema.GroupKind, namespaced bool) bool
- func (proj AppProject) IsLiveResourcePermitted(un *unstructured.Unstructured, server string, name string, ...) (bool, error)
- func (proj AppProject) IsResourcePermitted(groupKind schema.GroupKind, namespace string, dest ApplicationDestination, ...) (bool, error)
- 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) BuildComparedToStatus() ComparedTo
- 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) GetPropagationPolicy() string
- func (app *Application) HasChangedManagedNamespaceMetadata() bool
- func (app *Application) HasPostDeleteFinalizer(stage ...string) bool
- func (a *Application) InstanceName(defaultNs string) string
- func (app *Application) IsFinalizerPresent(finalizer string) bool
- 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 (a *Application) QualifiedName() string
- func (a *Application) RBACName(defaultNS string) string
- func (m *Application) Reset()
- func (app *Application) SetCascadedDeletion(finalizer string)
- func (app *Application) SetPostDeleteFinalizer(stage ...string)
- func (m *Application) Size() (n int)
- func (this *Application) String() string
- func (app *Application) UnSetCascadedDeletion()
- func (app *Application) UnSetPostDeleteFinalizer(stage ...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 ApplicationDestinationServiceAccount
- func (in *ApplicationDestinationServiceAccount) DeepCopy() *ApplicationDestinationServiceAccount
- func (in *ApplicationDestinationServiceAccount) DeepCopyInto(out *ApplicationDestinationServiceAccount)
- func (*ApplicationDestinationServiceAccount) Descriptor() ([]byte, []int)
- func (m *ApplicationDestinationServiceAccount) Marshal() (dAtA []byte, err error)
- func (m *ApplicationDestinationServiceAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationDestinationServiceAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationDestinationServiceAccount) ProtoMessage()
- func (m *ApplicationDestinationServiceAccount) Reset()
- func (m *ApplicationDestinationServiceAccount) Size() (n int)
- func (this *ApplicationDestinationServiceAccount) String() string
- func (m *ApplicationDestinationServiceAccount) Unmarshal(dAtA []byte) error
- func (m *ApplicationDestinationServiceAccount) XXX_DiscardUnknown()
- func (m *ApplicationDestinationServiceAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationDestinationServiceAccount) XXX_Merge(src proto.Message)
- func (m *ApplicationDestinationServiceAccount) XXX_Size() int
- func (m *ApplicationDestinationServiceAccount) 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 ApplicationMatchExpression
- func (in *ApplicationMatchExpression) DeepCopy() *ApplicationMatchExpression
- func (in *ApplicationMatchExpression) DeepCopyInto(out *ApplicationMatchExpression)
- func (*ApplicationMatchExpression) Descriptor() ([]byte, []int)
- func (m *ApplicationMatchExpression) Marshal() (dAtA []byte, err error)
- func (m *ApplicationMatchExpression) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationMatchExpression) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationMatchExpression) ProtoMessage()
- func (m *ApplicationMatchExpression) Reset()
- func (m *ApplicationMatchExpression) Size() (n int)
- func (this *ApplicationMatchExpression) String() string
- func (m *ApplicationMatchExpression) Unmarshal(dAtA []byte) error
- func (m *ApplicationMatchExpression) XXX_DiscardUnknown()
- func (m *ApplicationMatchExpression) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationMatchExpression) XXX_Merge(src proto.Message)
- func (m *ApplicationMatchExpression) XXX_Size() int
- func (m *ApplicationMatchExpression) XXX_Unmarshal(b []byte) error
- type ApplicationPreservedFields
- func (in *ApplicationPreservedFields) DeepCopy() *ApplicationPreservedFields
- func (in *ApplicationPreservedFields) DeepCopyInto(out *ApplicationPreservedFields)
- func (*ApplicationPreservedFields) Descriptor() ([]byte, []int)
- func (m *ApplicationPreservedFields) Marshal() (dAtA []byte, err error)
- func (m *ApplicationPreservedFields) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationPreservedFields) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationPreservedFields) ProtoMessage()
- func (m *ApplicationPreservedFields) Reset()
- func (m *ApplicationPreservedFields) Size() (n int)
- func (this *ApplicationPreservedFields) String() string
- func (m *ApplicationPreservedFields) Unmarshal(dAtA []byte) error
- func (m *ApplicationPreservedFields) XXX_DiscardUnknown()
- func (m *ApplicationPreservedFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationPreservedFields) XXX_Merge(src proto.Message)
- func (m *ApplicationPreservedFields) XXX_Size() int
- func (m *ApplicationPreservedFields) XXX_Unmarshal(b []byte) error
- type ApplicationSet
- func (in *ApplicationSet) DeepCopy() *ApplicationSet
- func (in *ApplicationSet) DeepCopyInto(out *ApplicationSet)
- func (in *ApplicationSet) DeepCopyObject() runtime.Object
- func (*ApplicationSet) Descriptor() ([]byte, []int)
- func (m *ApplicationSet) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSet) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSet) ProtoMessage()
- func (a *ApplicationSet) QualifiedName() string
- func (a *ApplicationSet) RBACName(defaultNS string) string
- func (a *ApplicationSet) RefreshRequired() bool
- func (m *ApplicationSet) Reset()
- func (m *ApplicationSet) Size() (n int)
- func (this *ApplicationSet) String() string
- func (m *ApplicationSet) Unmarshal(dAtA []byte) error
- func (m *ApplicationSet) XXX_DiscardUnknown()
- func (m *ApplicationSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSet) XXX_Merge(src proto.Message)
- func (m *ApplicationSet) XXX_Size() int
- func (m *ApplicationSet) XXX_Unmarshal(b []byte) error
- type ApplicationSetApplicationStatus
- func (in *ApplicationSetApplicationStatus) DeepCopy() *ApplicationSetApplicationStatus
- func (in *ApplicationSetApplicationStatus) DeepCopyInto(out *ApplicationSetApplicationStatus)
- func (*ApplicationSetApplicationStatus) Descriptor() ([]byte, []int)
- func (m *ApplicationSetApplicationStatus) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetApplicationStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetApplicationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetApplicationStatus) ProtoMessage()
- func (m *ApplicationSetApplicationStatus) Reset()
- func (m *ApplicationSetApplicationStatus) Size() (n int)
- func (this *ApplicationSetApplicationStatus) String() string
- func (m *ApplicationSetApplicationStatus) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetApplicationStatus) XXX_DiscardUnknown()
- func (m *ApplicationSetApplicationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetApplicationStatus) XXX_Merge(src proto.Message)
- func (m *ApplicationSetApplicationStatus) XXX_Size() int
- func (m *ApplicationSetApplicationStatus) XXX_Unmarshal(b []byte) error
- type ApplicationSetCondition
- func (in *ApplicationSetCondition) DeepCopy() *ApplicationSetCondition
- func (in *ApplicationSetCondition) DeepCopyInto(out *ApplicationSetCondition)
- func (*ApplicationSetCondition) Descriptor() ([]byte, []int)
- func (m *ApplicationSetCondition) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetCondition) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetCondition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetCondition) ProtoMessage()
- func (m *ApplicationSetCondition) Reset()
- func (m *ApplicationSetCondition) Size() (n int)
- func (this *ApplicationSetCondition) String() string
- func (m *ApplicationSetCondition) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetCondition) XXX_DiscardUnknown()
- func (m *ApplicationSetCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetCondition) XXX_Merge(src proto.Message)
- func (m *ApplicationSetCondition) XXX_Size() int
- func (m *ApplicationSetCondition) XXX_Unmarshal(b []byte) error
- type ApplicationSetConditionStatus
- type ApplicationSetConditionType
- type ApplicationSetGenerator
- func (in *ApplicationSetGenerator) DeepCopy() *ApplicationSetGenerator
- func (in *ApplicationSetGenerator) DeepCopyInto(out *ApplicationSetGenerator)
- func (*ApplicationSetGenerator) Descriptor() ([]byte, []int)
- func (m *ApplicationSetGenerator) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetGenerator) ProtoMessage()
- func (m *ApplicationSetGenerator) Reset()
- func (m *ApplicationSetGenerator) Size() (n int)
- func (this *ApplicationSetGenerator) String() string
- func (m *ApplicationSetGenerator) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetGenerator) XXX_DiscardUnknown()
- func (m *ApplicationSetGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetGenerator) XXX_Merge(src proto.Message)
- func (m *ApplicationSetGenerator) XXX_Size() int
- func (m *ApplicationSetGenerator) XXX_Unmarshal(b []byte) error
- type ApplicationSetIgnoreDifferences
- type ApplicationSetList
- func (in *ApplicationSetList) DeepCopy() *ApplicationSetList
- func (in *ApplicationSetList) DeepCopyInto(out *ApplicationSetList)
- func (in *ApplicationSetList) DeepCopyObject() runtime.Object
- func (*ApplicationSetList) Descriptor() ([]byte, []int)
- func (m *ApplicationSetList) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetList) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetList) ProtoMessage()
- func (m *ApplicationSetList) Reset()
- func (m *ApplicationSetList) Size() (n int)
- func (this *ApplicationSetList) String() string
- func (m *ApplicationSetList) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetList) XXX_DiscardUnknown()
- func (m *ApplicationSetList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetList) XXX_Merge(src proto.Message)
- func (m *ApplicationSetList) XXX_Size() int
- func (m *ApplicationSetList) XXX_Unmarshal(b []byte) error
- type ApplicationSetNestedGenerator
- func (in *ApplicationSetNestedGenerator) DeepCopy() *ApplicationSetNestedGenerator
- func (in *ApplicationSetNestedGenerator) DeepCopyInto(out *ApplicationSetNestedGenerator)
- func (*ApplicationSetNestedGenerator) Descriptor() ([]byte, []int)
- func (m *ApplicationSetNestedGenerator) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetNestedGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetNestedGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetNestedGenerator) ProtoMessage()
- func (m *ApplicationSetNestedGenerator) Reset()
- func (m *ApplicationSetNestedGenerator) Size() (n int)
- func (this *ApplicationSetNestedGenerator) String() string
- func (m *ApplicationSetNestedGenerator) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetNestedGenerator) XXX_DiscardUnknown()
- func (m *ApplicationSetNestedGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetNestedGenerator) XXX_Merge(src proto.Message)
- func (m *ApplicationSetNestedGenerator) XXX_Size() int
- func (m *ApplicationSetNestedGenerator) XXX_Unmarshal(b []byte) error
- type ApplicationSetNestedGenerators
- type ApplicationSetReasonType
- type ApplicationSetResourceIgnoreDifferences
- func (in *ApplicationSetResourceIgnoreDifferences) DeepCopy() *ApplicationSetResourceIgnoreDifferences
- func (in *ApplicationSetResourceIgnoreDifferences) DeepCopyInto(out *ApplicationSetResourceIgnoreDifferences)
- func (*ApplicationSetResourceIgnoreDifferences) Descriptor() ([]byte, []int)
- func (m *ApplicationSetResourceIgnoreDifferences) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetResourceIgnoreDifferences) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetResourceIgnoreDifferences) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetResourceIgnoreDifferences) ProtoMessage()
- func (m *ApplicationSetResourceIgnoreDifferences) Reset()
- func (m *ApplicationSetResourceIgnoreDifferences) Size() (n int)
- func (this *ApplicationSetResourceIgnoreDifferences) String() string
- func (a *ApplicationSetResourceIgnoreDifferences) ToApplicationResourceIgnoreDifferences() ResourceIgnoreDifferences
- func (m *ApplicationSetResourceIgnoreDifferences) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetResourceIgnoreDifferences) XXX_DiscardUnknown()
- func (m *ApplicationSetResourceIgnoreDifferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetResourceIgnoreDifferences) XXX_Merge(src proto.Message)
- func (m *ApplicationSetResourceIgnoreDifferences) XXX_Size() int
- func (m *ApplicationSetResourceIgnoreDifferences) XXX_Unmarshal(b []byte) error
- type ApplicationSetRolloutStep
- func (in *ApplicationSetRolloutStep) DeepCopy() *ApplicationSetRolloutStep
- func (in *ApplicationSetRolloutStep) DeepCopyInto(out *ApplicationSetRolloutStep)
- func (*ApplicationSetRolloutStep) Descriptor() ([]byte, []int)
- func (m *ApplicationSetRolloutStep) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetRolloutStep) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetRolloutStep) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetRolloutStep) ProtoMessage()
- func (m *ApplicationSetRolloutStep) Reset()
- func (m *ApplicationSetRolloutStep) Size() (n int)
- func (this *ApplicationSetRolloutStep) String() string
- func (m *ApplicationSetRolloutStep) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetRolloutStep) XXX_DiscardUnknown()
- func (m *ApplicationSetRolloutStep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetRolloutStep) XXX_Merge(src proto.Message)
- func (m *ApplicationSetRolloutStep) XXX_Size() int
- func (m *ApplicationSetRolloutStep) XXX_Unmarshal(b []byte) error
- type ApplicationSetRolloutStrategy
- func (in *ApplicationSetRolloutStrategy) DeepCopy() *ApplicationSetRolloutStrategy
- func (in *ApplicationSetRolloutStrategy) DeepCopyInto(out *ApplicationSetRolloutStrategy)
- func (*ApplicationSetRolloutStrategy) Descriptor() ([]byte, []int)
- func (m *ApplicationSetRolloutStrategy) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetRolloutStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetRolloutStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetRolloutStrategy) ProtoMessage()
- func (m *ApplicationSetRolloutStrategy) Reset()
- func (m *ApplicationSetRolloutStrategy) Size() (n int)
- func (this *ApplicationSetRolloutStrategy) String() string
- func (m *ApplicationSetRolloutStrategy) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetRolloutStrategy) XXX_DiscardUnknown()
- func (m *ApplicationSetRolloutStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetRolloutStrategy) XXX_Merge(src proto.Message)
- func (m *ApplicationSetRolloutStrategy) XXX_Size() int
- func (m *ApplicationSetRolloutStrategy) XXX_Unmarshal(b []byte) error
- type ApplicationSetSpec
- func (in *ApplicationSetSpec) DeepCopy() *ApplicationSetSpec
- func (in *ApplicationSetSpec) DeepCopyInto(out *ApplicationSetSpec)
- func (*ApplicationSetSpec) Descriptor() ([]byte, []int)
- func (m *ApplicationSetSpec) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetSpec) ProtoMessage()
- func (m *ApplicationSetSpec) Reset()
- func (m *ApplicationSetSpec) Size() (n int)
- func (this *ApplicationSetSpec) String() string
- func (m *ApplicationSetSpec) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetSpec) XXX_DiscardUnknown()
- func (m *ApplicationSetSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetSpec) XXX_Merge(src proto.Message)
- func (m *ApplicationSetSpec) XXX_Size() int
- func (m *ApplicationSetSpec) XXX_Unmarshal(b []byte) error
- type ApplicationSetStatus
- func (in *ApplicationSetStatus) DeepCopy() *ApplicationSetStatus
- func (in *ApplicationSetStatus) DeepCopyInto(out *ApplicationSetStatus)
- func (*ApplicationSetStatus) Descriptor() ([]byte, []int)
- func (m *ApplicationSetStatus) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetStatus) ProtoMessage()
- func (m *ApplicationSetStatus) Reset()
- func (status *ApplicationSetStatus) SetApplicationStatus(newStatus ApplicationSetApplicationStatus)
- func (status *ApplicationSetStatus) SetConditions(conditions []ApplicationSetCondition, ...)
- func (m *ApplicationSetStatus) Size() (n int)
- func (this *ApplicationSetStatus) String() string
- func (m *ApplicationSetStatus) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetStatus) XXX_DiscardUnknown()
- func (m *ApplicationSetStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetStatus) XXX_Merge(src proto.Message)
- func (m *ApplicationSetStatus) XXX_Size() int
- func (m *ApplicationSetStatus) XXX_Unmarshal(b []byte) error
- type ApplicationSetStrategy
- func (in *ApplicationSetStrategy) DeepCopy() *ApplicationSetStrategy
- func (in *ApplicationSetStrategy) DeepCopyInto(out *ApplicationSetStrategy)
- func (*ApplicationSetStrategy) Descriptor() ([]byte, []int)
- func (m *ApplicationSetStrategy) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetStrategy) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetStrategy) ProtoMessage()
- func (m *ApplicationSetStrategy) Reset()
- func (m *ApplicationSetStrategy) Size() (n int)
- func (this *ApplicationSetStrategy) String() string
- func (m *ApplicationSetStrategy) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetStrategy) XXX_DiscardUnknown()
- func (m *ApplicationSetStrategy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetStrategy) XXX_Merge(src proto.Message)
- func (m *ApplicationSetStrategy) XXX_Size() int
- func (m *ApplicationSetStrategy) XXX_Unmarshal(b []byte) error
- type ApplicationSetSyncPolicy
- func (in *ApplicationSetSyncPolicy) DeepCopy() *ApplicationSetSyncPolicy
- func (in *ApplicationSetSyncPolicy) DeepCopyInto(out *ApplicationSetSyncPolicy)
- func (*ApplicationSetSyncPolicy) Descriptor() ([]byte, []int)
- func (m *ApplicationSetSyncPolicy) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetSyncPolicy) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetSyncPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetSyncPolicy) ProtoMessage()
- func (m *ApplicationSetSyncPolicy) Reset()
- func (m *ApplicationSetSyncPolicy) Size() (n int)
- func (this *ApplicationSetSyncPolicy) String() string
- func (m *ApplicationSetSyncPolicy) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetSyncPolicy) XXX_DiscardUnknown()
- func (m *ApplicationSetSyncPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetSyncPolicy) XXX_Merge(src proto.Message)
- func (m *ApplicationSetSyncPolicy) XXX_Size() int
- func (m *ApplicationSetSyncPolicy) XXX_Unmarshal(b []byte) error
- type ApplicationSetTemplate
- func (in *ApplicationSetTemplate) DeepCopy() *ApplicationSetTemplate
- func (in *ApplicationSetTemplate) DeepCopyInto(out *ApplicationSetTemplate)
- func (*ApplicationSetTemplate) Descriptor() ([]byte, []int)
- func (m *ApplicationSetTemplate) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetTemplate) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetTemplate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetTemplate) ProtoMessage()
- func (m *ApplicationSetTemplate) Reset()
- func (m *ApplicationSetTemplate) Size() (n int)
- func (this *ApplicationSetTemplate) String() string
- func (m *ApplicationSetTemplate) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetTemplate) XXX_DiscardUnknown()
- func (m *ApplicationSetTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetTemplate) XXX_Merge(src proto.Message)
- func (m *ApplicationSetTemplate) XXX_Size() int
- func (m *ApplicationSetTemplate) XXX_Unmarshal(b []byte) error
- type ApplicationSetTemplateMeta
- func (in *ApplicationSetTemplateMeta) DeepCopy() *ApplicationSetTemplateMeta
- func (in *ApplicationSetTemplateMeta) DeepCopyInto(out *ApplicationSetTemplateMeta)
- func (*ApplicationSetTemplateMeta) Descriptor() ([]byte, []int)
- func (m *ApplicationSetTemplateMeta) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetTemplateMeta) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetTemplateMeta) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetTemplateMeta) ProtoMessage()
- func (m *ApplicationSetTemplateMeta) Reset()
- func (m *ApplicationSetTemplateMeta) Size() (n int)
- func (this *ApplicationSetTemplateMeta) String() string
- func (m *ApplicationSetTemplateMeta) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetTemplateMeta) XXX_DiscardUnknown()
- func (m *ApplicationSetTemplateMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetTemplateMeta) XXX_Merge(src proto.Message)
- func (m *ApplicationSetTemplateMeta) XXX_Size() int
- func (m *ApplicationSetTemplateMeta) XXX_Unmarshal(b []byte) error
- type ApplicationSetTerminalGenerator
- func (in *ApplicationSetTerminalGenerator) DeepCopy() *ApplicationSetTerminalGenerator
- func (in *ApplicationSetTerminalGenerator) DeepCopyInto(out *ApplicationSetTerminalGenerator)
- func (*ApplicationSetTerminalGenerator) Descriptor() ([]byte, []int)
- func (m *ApplicationSetTerminalGenerator) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetTerminalGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetTerminalGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSetTerminalGenerator) ProtoMessage()
- func (m *ApplicationSetTerminalGenerator) Reset()
- func (m *ApplicationSetTerminalGenerator) Size() (n int)
- func (this *ApplicationSetTerminalGenerator) String() string
- func (m *ApplicationSetTerminalGenerator) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetTerminalGenerator) XXX_DiscardUnknown()
- func (m *ApplicationSetTerminalGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetTerminalGenerator) XXX_Merge(src proto.Message)
- func (m *ApplicationSetTerminalGenerator) XXX_Size() int
- func (m *ApplicationSetTerminalGenerator) XXX_Unmarshal(b []byte) error
- type ApplicationSetTerminalGenerators
- type ApplicationSetTree
- func (in *ApplicationSetTree) DeepCopy() *ApplicationSetTree
- func (in *ApplicationSetTree) DeepCopyInto(out *ApplicationSetTree)
- func (*ApplicationSetTree) Descriptor() ([]byte, []int)
- func (m *ApplicationSetTree) Marshal() (dAtA []byte, err error)
- func (m *ApplicationSetTree) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSetTree) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (t *ApplicationSetTree) Normalize()
- func (*ApplicationSetTree) ProtoMessage()
- func (m *ApplicationSetTree) Reset()
- func (m *ApplicationSetTree) Size() (n int)
- func (this *ApplicationSetTree) String() string
- func (m *ApplicationSetTree) Unmarshal(dAtA []byte) error
- func (m *ApplicationSetTree) XXX_DiscardUnknown()
- func (m *ApplicationSetTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSetTree) XXX_Merge(src proto.Message)
- func (m *ApplicationSetTree) XXX_Size() int
- func (m *ApplicationSetTree) 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) GetAPIVersionsOrDefault(defaultAPIVersions []string) []string
- func (a *ApplicationSource) GetKubeVersionOrDefault(defaultKubeVersion string) string
- func (a *ApplicationSource) GetNamespaceOrDefault(defaultNamespace string) string
- func (a *ApplicationSource) IsHelm() bool
- func (a *ApplicationSource) IsHelmOci() bool
- func (a *ApplicationSource) IsRef() 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 (h *ApplicationSourceHelm) SetValuesString(value string) error
- func (m *ApplicationSourceHelm) Size() (n int)
- func (this *ApplicationSourceHelm) String() string
- func (m *ApplicationSourceHelm) Unmarshal(dAtA []byte) error
- func (h *ApplicationSourceHelm) ValuesIsEmpty() bool
- func (h *ApplicationSourceHelm) ValuesString() string
- func (h *ApplicationSourceHelm) ValuesYAML() []byte
- 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 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 (k *ApplicationSourceKustomize) MergeReplica(replica KustomizeReplica)
- 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 (c *ApplicationSourcePlugin) AddEnvEntry(e *EnvEntry)
- func (in *ApplicationSourcePlugin) DeepCopy() *ApplicationSourcePlugin
- func (in *ApplicationSourcePlugin) DeepCopyInto(out *ApplicationSourcePlugin)
- func (*ApplicationSourcePlugin) Descriptor() ([]byte, []int)
- func (c *ApplicationSourcePlugin) Equals(other *ApplicationSourcePlugin) bool
- 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 (c *ApplicationSourcePlugin) RemoveEnvEntry(key string) error
- 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 ApplicationSourcePluginParameter
- func (in *ApplicationSourcePluginParameter) DeepCopy() *ApplicationSourcePluginParameter
- func (in *ApplicationSourcePluginParameter) DeepCopyInto(out *ApplicationSourcePluginParameter)
- func (*ApplicationSourcePluginParameter) Descriptor() ([]byte, []int)
- func (p ApplicationSourcePluginParameter) Equals(other ApplicationSourcePluginParameter) bool
- func (m *ApplicationSourcePluginParameter) Marshal() (dAtA []byte, err error)
- func (p ApplicationSourcePluginParameter) MarshalJSON() ([]byte, error)
- func (m *ApplicationSourcePluginParameter) MarshalTo(dAtA []byte) (int, error)
- func (m *ApplicationSourcePluginParameter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ApplicationSourcePluginParameter) ProtoMessage()
- func (m *ApplicationSourcePluginParameter) Reset()
- func (m *ApplicationSourcePluginParameter) Size() (n int)
- func (this *ApplicationSourcePluginParameter) String() string
- func (m *ApplicationSourcePluginParameter) Unmarshal(dAtA []byte) error
- func (m *ApplicationSourcePluginParameter) XXX_DiscardUnknown()
- func (m *ApplicationSourcePluginParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationSourcePluginParameter) XXX_Merge(src proto.Message)
- func (m *ApplicationSourcePluginParameter) XXX_Size() int
- func (m *ApplicationSourcePluginParameter) XXX_Unmarshal(b []byte) error
- type ApplicationSourcePluginParameters
- func (in ApplicationSourcePluginParameters) DeepCopy() ApplicationSourcePluginParameters
- func (in ApplicationSourcePluginParameters) DeepCopyInto(out *ApplicationSourcePluginParameters)
- func (p ApplicationSourcePluginParameters) Environ() ([]string, error)
- func (p ApplicationSourcePluginParameters) Equals(other ApplicationSourcePluginParameters) bool
- func (p ApplicationSourcePluginParameters) IsZero() bool
- type ApplicationSourceType
- type ApplicationSources
- 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 (a *ApplicationSpec) GetSource() ApplicationSource
- func (a *ApplicationSpec) GetSourcePtrByIndex(sourceIndex int) *ApplicationSource
- func (a *ApplicationSpec) GetSourcePtrByPosition(sourcePosition int) *ApplicationSource
- func (a *ApplicationSpec) GetSources() ApplicationSources
- func (a *ApplicationSpec) HasMultipleSources() bool
- 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) Expired(statusRefreshTimeout time.Duration) bool
- func (status *ApplicationStatus) GetConditions(conditionTypes map[ApplicationConditionType]bool) []ApplicationCondition
- func (a *ApplicationStatus) GetRevisions() []string
- 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) GetShards(size int64) []*ApplicationTree
- func (t *ApplicationTree) GetSummary(app *Application) 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) Merge(other *ApplicationTree)
- 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 ApplicationsSyncPolicy
- 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 BasicAuthBitbucketServer
- func (in *BasicAuthBitbucketServer) DeepCopy() *BasicAuthBitbucketServer
- func (in *BasicAuthBitbucketServer) DeepCopyInto(out *BasicAuthBitbucketServer)
- func (*BasicAuthBitbucketServer) Descriptor() ([]byte, []int)
- func (m *BasicAuthBitbucketServer) Marshal() (dAtA []byte, err error)
- func (m *BasicAuthBitbucketServer) MarshalTo(dAtA []byte) (int, error)
- func (m *BasicAuthBitbucketServer) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BasicAuthBitbucketServer) ProtoMessage()
- func (m *BasicAuthBitbucketServer) Reset()
- func (m *BasicAuthBitbucketServer) Size() (n int)
- func (this *BasicAuthBitbucketServer) String() string
- func (m *BasicAuthBitbucketServer) Unmarshal(dAtA []byte) error
- func (m *BasicAuthBitbucketServer) XXX_DiscardUnknown()
- func (m *BasicAuthBitbucketServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BasicAuthBitbucketServer) XXX_Merge(src proto.Message)
- func (m *BasicAuthBitbucketServer) XXX_Size() int
- func (m *BasicAuthBitbucketServer) XXX_Unmarshal(b []byte) error
- type BearerTokenBitbucket
- func (*BearerTokenBitbucket) Descriptor() ([]byte, []int)
- func (m *BearerTokenBitbucket) Marshal() (dAtA []byte, err error)
- func (m *BearerTokenBitbucket) MarshalTo(dAtA []byte) (int, error)
- func (m *BearerTokenBitbucket) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BearerTokenBitbucket) ProtoMessage()
- func (m *BearerTokenBitbucket) Reset()
- func (m *BearerTokenBitbucket) Size() (n int)
- func (this *BearerTokenBitbucket) String() string
- func (m *BearerTokenBitbucket) Unmarshal(dAtA []byte) error
- func (m *BearerTokenBitbucket) XXX_DiscardUnknown()
- func (m *BearerTokenBitbucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BearerTokenBitbucket) XXX_Merge(src proto.Message)
- func (m *BearerTokenBitbucket) XXX_Size() int
- func (m *BearerTokenBitbucket) XXX_Unmarshal(b []byte) error
- type BearerTokenBitbucketCloud
- func (in *BearerTokenBitbucketCloud) DeepCopy() *BearerTokenBitbucketCloud
- func (in *BearerTokenBitbucketCloud) DeepCopyInto(out *BearerTokenBitbucketCloud)
- func (*BearerTokenBitbucketCloud) Descriptor() ([]byte, []int)
- func (m *BearerTokenBitbucketCloud) Marshal() (dAtA []byte, err error)
- func (m *BearerTokenBitbucketCloud) MarshalTo(dAtA []byte) (int, error)
- func (m *BearerTokenBitbucketCloud) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BearerTokenBitbucketCloud) ProtoMessage()
- func (m *BearerTokenBitbucketCloud) Reset()
- func (m *BearerTokenBitbucketCloud) Size() (n int)
- func (this *BearerTokenBitbucketCloud) String() string
- func (m *BearerTokenBitbucketCloud) Unmarshal(dAtA []byte) error
- func (m *BearerTokenBitbucketCloud) XXX_DiscardUnknown()
- func (m *BearerTokenBitbucketCloud) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BearerTokenBitbucketCloud) XXX_Merge(src proto.Message)
- func (m *BearerTokenBitbucketCloud) XXX_Size() int
- func (m *BearerTokenBitbucketCloud) XXX_Unmarshal(b []byte) error
- type ChartDetails
- func (in *ChartDetails) DeepCopy() *ChartDetails
- func (in *ChartDetails) DeepCopyInto(out *ChartDetails)
- func (*ChartDetails) Descriptor() ([]byte, []int)
- func (m *ChartDetails) Marshal() (dAtA []byte, err error)
- func (m *ChartDetails) MarshalTo(dAtA []byte) (int, error)
- func (m *ChartDetails) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ChartDetails) ProtoMessage()
- func (m *ChartDetails) Reset()
- func (m *ChartDetails) Size() (n int)
- func (this *ChartDetails) String() string
- func (m *ChartDetails) Unmarshal(dAtA []byte) error
- func (m *ChartDetails) XXX_DiscardUnknown()
- func (m *ChartDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ChartDetails) XXX_Merge(src proto.Message)
- func (m *ChartDetails) XXX_Size() int
- func (m *ChartDetails) 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 ClusterGenerator
- func (in *ClusterGenerator) DeepCopy() *ClusterGenerator
- func (in *ClusterGenerator) DeepCopyInto(out *ClusterGenerator)
- func (*ClusterGenerator) Descriptor() ([]byte, []int)
- func (m *ClusterGenerator) Marshal() (dAtA []byte, err error)
- func (m *ClusterGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *ClusterGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ClusterGenerator) ProtoMessage()
- func (m *ClusterGenerator) Reset()
- func (m *ClusterGenerator) Size() (n int)
- func (this *ClusterGenerator) String() string
- func (m *ClusterGenerator) Unmarshal(dAtA []byte) error
- func (m *ClusterGenerator) XXX_DiscardUnknown()
- func (m *ClusterGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClusterGenerator) XXX_Merge(src proto.Message)
- func (m *ClusterGenerator) XXX_Size() int
- func (m *ClusterGenerator) XXX_Unmarshal(b []byte) error
- type ClusterInfo
- func (in *ClusterInfo) DeepCopy() *ClusterInfo
- func (in *ClusterInfo) DeepCopyInto(out *ClusterInfo)
- func (*ClusterInfo) Descriptor() ([]byte, []int)
- func (c *ClusterInfo) GetApiVersions() []string
- func (c *ClusterInfo) GetKubeVersion() string
- 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 ConfigMapKeyRef
- func (*ConfigMapKeyRef) Descriptor() ([]byte, []int)
- func (m *ConfigMapKeyRef) Marshal() (dAtA []byte, err error)
- func (m *ConfigMapKeyRef) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigMapKeyRef) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigMapKeyRef) ProtoMessage()
- func (m *ConfigMapKeyRef) Reset()
- func (m *ConfigMapKeyRef) Size() (n int)
- func (this *ConfigMapKeyRef) String() string
- func (m *ConfigMapKeyRef) Unmarshal(dAtA []byte) error
- func (m *ConfigMapKeyRef) XXX_DiscardUnknown()
- func (m *ConfigMapKeyRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigMapKeyRef) XXX_Merge(src proto.Message)
- func (m *ConfigMapKeyRef) XXX_Size() int
- func (m *ConfigMapKeyRef) 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 DuckTypeGenerator
- func (in *DuckTypeGenerator) DeepCopy() *DuckTypeGenerator
- func (in *DuckTypeGenerator) DeepCopyInto(out *DuckTypeGenerator)
- func (*DuckTypeGenerator) Descriptor() ([]byte, []int)
- func (m *DuckTypeGenerator) Marshal() (dAtA []byte, err error)
- func (m *DuckTypeGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *DuckTypeGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DuckTypeGenerator) ProtoMessage()
- func (m *DuckTypeGenerator) Reset()
- func (m *DuckTypeGenerator) Size() (n int)
- func (this *DuckTypeGenerator) String() string
- func (m *DuckTypeGenerator) Unmarshal(dAtA []byte) error
- func (m *DuckTypeGenerator) XXX_DiscardUnknown()
- func (m *DuckTypeGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DuckTypeGenerator) XXX_Merge(src proto.Message)
- func (m *DuckTypeGenerator) XXX_Size() int
- func (m *DuckTypeGenerator) XXX_Unmarshal(b []byte) error
- 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 ErrApplicationNotAllowedToUseProject
- func (in *ErrApplicationNotAllowedToUseProject) DeepCopy() *ErrApplicationNotAllowedToUseProject
- func (in *ErrApplicationNotAllowedToUseProject) DeepCopyInto(out *ErrApplicationNotAllowedToUseProject)
- func (*ErrApplicationNotAllowedToUseProject) Descriptor() ([]byte, []int)
- func (err *ErrApplicationNotAllowedToUseProject) Error() string
- func (m *ErrApplicationNotAllowedToUseProject) Marshal() (dAtA []byte, err error)
- func (m *ErrApplicationNotAllowedToUseProject) MarshalTo(dAtA []byte) (int, error)
- func (m *ErrApplicationNotAllowedToUseProject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ErrApplicationNotAllowedToUseProject) ProtoMessage()
- func (m *ErrApplicationNotAllowedToUseProject) Reset()
- func (m *ErrApplicationNotAllowedToUseProject) Size() (n int)
- func (this *ErrApplicationNotAllowedToUseProject) String() string
- func (m *ErrApplicationNotAllowedToUseProject) Unmarshal(dAtA []byte) error
- func (m *ErrApplicationNotAllowedToUseProject) XXX_DiscardUnknown()
- func (m *ErrApplicationNotAllowedToUseProject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ErrApplicationNotAllowedToUseProject) XXX_Merge(src proto.Message)
- func (m *ErrApplicationNotAllowedToUseProject) XXX_Size() int
- func (m *ErrApplicationNotAllowedToUseProject) 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 GitDirectoryGeneratorItem
- func (in *GitDirectoryGeneratorItem) DeepCopy() *GitDirectoryGeneratorItem
- func (in *GitDirectoryGeneratorItem) DeepCopyInto(out *GitDirectoryGeneratorItem)
- func (*GitDirectoryGeneratorItem) Descriptor() ([]byte, []int)
- func (m *GitDirectoryGeneratorItem) Marshal() (dAtA []byte, err error)
- func (m *GitDirectoryGeneratorItem) MarshalTo(dAtA []byte) (int, error)
- func (m *GitDirectoryGeneratorItem) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GitDirectoryGeneratorItem) ProtoMessage()
- func (m *GitDirectoryGeneratorItem) Reset()
- func (m *GitDirectoryGeneratorItem) Size() (n int)
- func (this *GitDirectoryGeneratorItem) String() string
- func (m *GitDirectoryGeneratorItem) Unmarshal(dAtA []byte) error
- func (m *GitDirectoryGeneratorItem) XXX_DiscardUnknown()
- func (m *GitDirectoryGeneratorItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GitDirectoryGeneratorItem) XXX_Merge(src proto.Message)
- func (m *GitDirectoryGeneratorItem) XXX_Size() int
- func (m *GitDirectoryGeneratorItem) XXX_Unmarshal(b []byte) error
- type GitFileGeneratorItem
- func (in *GitFileGeneratorItem) DeepCopy() *GitFileGeneratorItem
- func (in *GitFileGeneratorItem) DeepCopyInto(out *GitFileGeneratorItem)
- func (*GitFileGeneratorItem) Descriptor() ([]byte, []int)
- func (m *GitFileGeneratorItem) Marshal() (dAtA []byte, err error)
- func (m *GitFileGeneratorItem) MarshalTo(dAtA []byte) (int, error)
- func (m *GitFileGeneratorItem) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GitFileGeneratorItem) ProtoMessage()
- func (m *GitFileGeneratorItem) Reset()
- func (m *GitFileGeneratorItem) Size() (n int)
- func (this *GitFileGeneratorItem) String() string
- func (m *GitFileGeneratorItem) Unmarshal(dAtA []byte) error
- func (m *GitFileGeneratorItem) XXX_DiscardUnknown()
- func (m *GitFileGeneratorItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GitFileGeneratorItem) XXX_Merge(src proto.Message)
- func (m *GitFileGeneratorItem) XXX_Size() int
- func (m *GitFileGeneratorItem) XXX_Unmarshal(b []byte) error
- type GitGenerator
- func (in *GitGenerator) DeepCopy() *GitGenerator
- func (in *GitGenerator) DeepCopyInto(out *GitGenerator)
- func (*GitGenerator) Descriptor() ([]byte, []int)
- func (m *GitGenerator) Marshal() (dAtA []byte, err error)
- func (m *GitGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *GitGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GitGenerator) ProtoMessage()
- func (m *GitGenerator) Reset()
- func (m *GitGenerator) Size() (n int)
- func (this *GitGenerator) String() string
- func (m *GitGenerator) Unmarshal(dAtA []byte) error
- func (m *GitGenerator) XXX_DiscardUnknown()
- func (m *GitGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GitGenerator) XXX_Merge(src proto.Message)
- func (m *GitGenerator) XXX_Size() int
- func (m *GitGenerator) 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 HelmOptions
- func (in *HelmOptions) DeepCopy() *HelmOptions
- func (in *HelmOptions) DeepCopyInto(out *HelmOptions)
- func (*HelmOptions) Descriptor() ([]byte, []int)
- func (m *HelmOptions) Marshal() (dAtA []byte, err error)
- func (m *HelmOptions) MarshalTo(dAtA []byte) (int, error)
- func (m *HelmOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HelmOptions) ProtoMessage()
- func (m *HelmOptions) Reset()
- func (m *HelmOptions) Size() (n int)
- func (this *HelmOptions) String() string
- func (m *HelmOptions) Unmarshal(dAtA []byte) error
- func (m *HelmOptions) XXX_DiscardUnknown()
- func (m *HelmOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HelmOptions) XXX_Merge(src proto.Message)
- func (m *HelmOptions) XXX_Size() int
- func (m *HelmOptions) 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 HostInfo
- func (in *HostInfo) DeepCopy() *HostInfo
- func (in *HostInfo) DeepCopyInto(out *HostInfo)
- func (*HostInfo) Descriptor() ([]byte, []int)
- func (m *HostInfo) Marshal() (dAtA []byte, err error)
- func (m *HostInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *HostInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HostInfo) ProtoMessage()
- func (m *HostInfo) Reset()
- func (m *HostInfo) Size() (n int)
- func (this *HostInfo) String() string
- func (m *HostInfo) Unmarshal(dAtA []byte) error
- func (m *HostInfo) XXX_DiscardUnknown()
- func (m *HostInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HostInfo) XXX_Merge(src proto.Message)
- func (m *HostInfo) XXX_Size() int
- func (m *HostInfo) XXX_Unmarshal(b []byte) error
- type HostResourceInfo
- func (in *HostResourceInfo) DeepCopy() *HostResourceInfo
- func (in *HostResourceInfo) DeepCopyInto(out *HostResourceInfo)
- func (*HostResourceInfo) Descriptor() ([]byte, []int)
- func (m *HostResourceInfo) Marshal() (dAtA []byte, err error)
- func (m *HostResourceInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *HostResourceInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HostResourceInfo) ProtoMessage()
- func (m *HostResourceInfo) Reset()
- func (m *HostResourceInfo) Size() (n int)
- func (this *HostResourceInfo) String() string
- func (m *HostResourceInfo) Unmarshal(dAtA []byte) error
- func (m *HostResourceInfo) XXX_DiscardUnknown()
- func (m *HostResourceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HostResourceInfo) XXX_Merge(src proto.Message)
- func (m *HostResourceInfo) XXX_Size() int
- func (m *HostResourceInfo) XXX_Unmarshal(b []byte) error
- type IgnoreDifferences
- 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 KustomizeGvk
- func (in *KustomizeGvk) DeepCopy() *KustomizeGvk
- func (in *KustomizeGvk) DeepCopyInto(out *KustomizeGvk)
- func (*KustomizeGvk) Descriptor() ([]byte, []int)
- func (m *KustomizeGvk) Marshal() (dAtA []byte, err error)
- func (m *KustomizeGvk) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizeGvk) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizeGvk) ProtoMessage()
- func (m *KustomizeGvk) Reset()
- func (m *KustomizeGvk) Size() (n int)
- func (this *KustomizeGvk) String() string
- func (m *KustomizeGvk) Unmarshal(dAtA []byte) error
- func (m *KustomizeGvk) XXX_DiscardUnknown()
- func (m *KustomizeGvk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizeGvk) XXX_Merge(src proto.Message)
- func (m *KustomizeGvk) XXX_Size() int
- func (m *KustomizeGvk) 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 KustomizePatch
- func (in *KustomizePatch) DeepCopy() *KustomizePatch
- func (in *KustomizePatch) DeepCopyInto(out *KustomizePatch)
- func (*KustomizePatch) Descriptor() ([]byte, []int)
- func (p *KustomizePatch) Equals(o KustomizePatch) bool
- func (m *KustomizePatch) Marshal() (dAtA []byte, err error)
- func (m *KustomizePatch) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizePatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizePatch) ProtoMessage()
- func (m *KustomizePatch) Reset()
- func (m *KustomizePatch) Size() (n int)
- func (this *KustomizePatch) String() string
- func (m *KustomizePatch) Unmarshal(dAtA []byte) error
- func (m *KustomizePatch) XXX_DiscardUnknown()
- func (m *KustomizePatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizePatch) XXX_Merge(src proto.Message)
- func (m *KustomizePatch) XXX_Size() int
- func (m *KustomizePatch) XXX_Unmarshal(b []byte) error
- type KustomizePatches
- type KustomizeReplica
- func (in *KustomizeReplica) DeepCopy() *KustomizeReplica
- func (in *KustomizeReplica) DeepCopyInto(out *KustomizeReplica)
- func (*KustomizeReplica) Descriptor() ([]byte, []int)
- func (kr KustomizeReplica) GetIntCount() (int, error)
- func (m *KustomizeReplica) Marshal() (dAtA []byte, err error)
- func (m *KustomizeReplica) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizeReplica) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizeReplica) ProtoMessage()
- func (m *KustomizeReplica) Reset()
- func (m *KustomizeReplica) Size() (n int)
- func (this *KustomizeReplica) String() string
- func (m *KustomizeReplica) Unmarshal(dAtA []byte) error
- func (m *KustomizeReplica) XXX_DiscardUnknown()
- func (m *KustomizeReplica) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizeReplica) XXX_Merge(src proto.Message)
- func (m *KustomizeReplica) XXX_Size() int
- func (m *KustomizeReplica) XXX_Unmarshal(b []byte) error
- type KustomizeReplicas
- type KustomizeResId
- func (in *KustomizeResId) DeepCopy() *KustomizeResId
- func (in *KustomizeResId) DeepCopyInto(out *KustomizeResId)
- func (*KustomizeResId) Descriptor() ([]byte, []int)
- func (m *KustomizeResId) Marshal() (dAtA []byte, err error)
- func (m *KustomizeResId) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizeResId) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizeResId) ProtoMessage()
- func (m *KustomizeResId) Reset()
- func (m *KustomizeResId) Size() (n int)
- func (this *KustomizeResId) String() string
- func (m *KustomizeResId) Unmarshal(dAtA []byte) error
- func (m *KustomizeResId) XXX_DiscardUnknown()
- func (m *KustomizeResId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizeResId) XXX_Merge(src proto.Message)
- func (m *KustomizeResId) XXX_Size() int
- func (m *KustomizeResId) XXX_Unmarshal(b []byte) error
- type KustomizeSelector
- func (in *KustomizeSelector) DeepCopy() *KustomizeSelector
- func (in *KustomizeSelector) DeepCopyInto(out *KustomizeSelector)
- func (*KustomizeSelector) Descriptor() ([]byte, []int)
- func (m *KustomizeSelector) Marshal() (dAtA []byte, err error)
- func (m *KustomizeSelector) MarshalTo(dAtA []byte) (int, error)
- func (m *KustomizeSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KustomizeSelector) ProtoMessage()
- func (m *KustomizeSelector) Reset()
- func (m *KustomizeSelector) Size() (n int)
- func (this *KustomizeSelector) String() string
- func (m *KustomizeSelector) Unmarshal(dAtA []byte) error
- func (m *KustomizeSelector) XXX_DiscardUnknown()
- func (m *KustomizeSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KustomizeSelector) XXX_Merge(src proto.Message)
- func (m *KustomizeSelector) XXX_Size() int
- func (m *KustomizeSelector) XXX_Unmarshal(b []byte) error
- type ListGenerator
- func (in *ListGenerator) DeepCopy() *ListGenerator
- func (in *ListGenerator) DeepCopyInto(out *ListGenerator)
- func (*ListGenerator) Descriptor() ([]byte, []int)
- func (m *ListGenerator) Marshal() (dAtA []byte, err error)
- func (m *ListGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *ListGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListGenerator) ProtoMessage()
- func (m *ListGenerator) Reset()
- func (m *ListGenerator) Size() (n int)
- func (this *ListGenerator) String() string
- func (m *ListGenerator) Unmarshal(dAtA []byte) error
- func (m *ListGenerator) XXX_DiscardUnknown()
- func (m *ListGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListGenerator) XXX_Merge(src proto.Message)
- func (m *ListGenerator) XXX_Size() int
- func (m *ListGenerator) XXX_Unmarshal(b []byte) error
- type ManagedNamespaceMetadata
- func (in *ManagedNamespaceMetadata) DeepCopy() *ManagedNamespaceMetadata
- func (in *ManagedNamespaceMetadata) DeepCopyInto(out *ManagedNamespaceMetadata)
- func (*ManagedNamespaceMetadata) Descriptor() ([]byte, []int)
- func (m *ManagedNamespaceMetadata) Marshal() (dAtA []byte, err error)
- func (m *ManagedNamespaceMetadata) MarshalTo(dAtA []byte) (int, error)
- func (m *ManagedNamespaceMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ManagedNamespaceMetadata) ProtoMessage()
- func (m *ManagedNamespaceMetadata) Reset()
- func (m *ManagedNamespaceMetadata) Size() (n int)
- func (this *ManagedNamespaceMetadata) String() string
- func (m *ManagedNamespaceMetadata) Unmarshal(dAtA []byte) error
- func (m *ManagedNamespaceMetadata) XXX_DiscardUnknown()
- func (m *ManagedNamespaceMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ManagedNamespaceMetadata) XXX_Merge(src proto.Message)
- func (m *ManagedNamespaceMetadata) XXX_Size() int
- func (m *ManagedNamespaceMetadata) XXX_Unmarshal(b []byte) error
- type MatrixGenerator
- func (in *MatrixGenerator) DeepCopy() *MatrixGenerator
- func (in *MatrixGenerator) DeepCopyInto(out *MatrixGenerator)
- func (*MatrixGenerator) Descriptor() ([]byte, []int)
- func (m *MatrixGenerator) Marshal() (dAtA []byte, err error)
- func (m *MatrixGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *MatrixGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MatrixGenerator) ProtoMessage()
- func (m *MatrixGenerator) Reset()
- func (m *MatrixGenerator) Size() (n int)
- func (this *MatrixGenerator) String() string
- func (m *MatrixGenerator) Unmarshal(dAtA []byte) error
- func (m *MatrixGenerator) XXX_DiscardUnknown()
- func (m *MatrixGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MatrixGenerator) XXX_Merge(src proto.Message)
- func (m *MatrixGenerator) XXX_Size() int
- func (m *MatrixGenerator) XXX_Unmarshal(b []byte) error
- type MergeGenerator
- func (in *MergeGenerator) DeepCopy() *MergeGenerator
- func (in *MergeGenerator) DeepCopyInto(out *MergeGenerator)
- func (*MergeGenerator) Descriptor() ([]byte, []int)
- func (m *MergeGenerator) Marshal() (dAtA []byte, err error)
- func (m *MergeGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *MergeGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MergeGenerator) ProtoMessage()
- func (m *MergeGenerator) Reset()
- func (m *MergeGenerator) Size() (n int)
- func (this *MergeGenerator) String() string
- func (m *MergeGenerator) Unmarshal(dAtA []byte) error
- func (m *MergeGenerator) XXX_DiscardUnknown()
- func (m *MergeGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MergeGenerator) XXX_Merge(src proto.Message)
- func (m *MergeGenerator) XXX_Size() int
- func (m *MergeGenerator) XXX_Unmarshal(b []byte) error
- type NestedMatrixGenerator
- func (in *NestedMatrixGenerator) DeepCopy() *NestedMatrixGenerator
- func (in *NestedMatrixGenerator) DeepCopyInto(out *NestedMatrixGenerator)
- func (*NestedMatrixGenerator) Descriptor() ([]byte, []int)
- func (m *NestedMatrixGenerator) Marshal() (dAtA []byte, err error)
- func (m *NestedMatrixGenerator) MarshalTo(dAtA []byte) (int, error)
- func (m *NestedMatrixGenerator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NestedMatrixGenerator) ProtoMessage()
- func (m *NestedMatrixGenerator) Reset()
- func (m *NestedMatrixGenerator) Size() (n int)
- func (this *NestedMatrixGenerator) String() string
- func (g NestedMatrixGenerator) ToMatrixGenerator() *MatrixGenerator
- func (m *NestedMatrixGenerator) Unmarshal(dAtA []byte) error
- func (m *NestedMatrixGenerator) XXX_DiscardUnknown()
- func (m *NestedMatrixGenerator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NestedMatrixGenerator) XXX_Merge(src proto.Message)
- func (m *NestedMatrixGenerator) XXX_Size() int
- func (m *NestedMatrixGenerator) XXX_Unmarshal(b []byte) error
- type NestedMergeGenerator