Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { IgnoreDockerPauseContainer bool `json:"ignoreDockerPauseContainer"` // Disable monitoring of platform internal pause containers in Kubernetes and OpenShift. IgnoreKubernetesPauseContainer bool `json:"ignoreKubernetesPauseContainer"` // Disable monitoring of platform internal pause containers in Kubernetes and OpenShift. IgnoreOpenShiftBuildPodName bool `json:"ignoreOpenShiftBuildPodName"` // Disable monitoring of intermediate containers created during image build. IgnoreOpenShiftSdnNamespace bool `json:"ignoreOpenShiftSdnNamespace"` // Disable monitoring of platform internal containers in the openshift-sdn namespace. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.