Documentation ¶
Index ¶
Constants ¶
View Source
const ( GrafanaAgentName = "grafana-agent" GrafanaAgentNamespace = GrafanaAgentName )
Variables ¶
This section is empty.
Functions ¶
func CreateNetPolSpec ¶
func CreateNetPolSpec(opts NetPolOpts) *networkingv1.NetworkPolicySpec
Types ¶
type NetPolOpts ¶
type NetPolOpts struct { AccessPolicy *podtypes.AccessPolicy Ingresses *[]string Port *int RelatedServices *[]corev1.Service Namespace string Name string PrometheusConfig *skiperatorv1alpha1.PrometheusConfig IstioEnabled bool }
Click to show internal directories.
Click to hide internal directories.