Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingOperator ¶
type LoggingOperator struct { ApplicationDirectoryPath string // contains filtered or unexported fields }
func (*LoggingOperator) Reconcile ¶
func (l *LoggingOperator) Reconcile(overlay, specNamespace string, helm *template.Helm, spec *toolsetsv1beta1.LoggingOperator) error
type ResourceDefinition ¶
type Resources ¶
type Resources struct { Limits ResourceDefinition `yaml:"limits,omitempty"` Requests ResourceDefinition `yaml:"requests,omitempty"` }
type Service ¶
type Service struct { Type string `yaml:"type"` Annotations struct{} `yaml:"annotations"` Labels struct{} `yaml:"labels"` }
type Values ¶
type Values struct { ReplicaCount int `yaml:"replicaCount"` Image Image `yaml:"image"` ImagePullSecrets []string `yaml:"imagePullSecrets"` NameOverride string `yaml:"nameOverride"` FullnameOverride string `yaml:"fullnameOverride"` Resources Resources `yaml:"resources"` NodeSelector struct{} `yaml:"nodeSelector"` Tolerations []string `yaml:"tolerations"` Affinity struct{} `yaml:"affinity"` HTTP HTTP `yaml:"http"` RBAC RBAC `yaml:"rbac"` }
Click to show internal directories.
Click to hide internal directories.