Class NetworkDiagnosticsSourcePlacement

    • Constructor Detail

      • NetworkDiagnosticsSourcePlacement

        public NetworkDiagnosticsSourcePlacement()
        No args constructor for use in serialization
      • NetworkDiagnosticsSourcePlacement

        public NetworkDiagnosticsSourcePlacement​(Map<String,​String> nodeSelector,
                                                 List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
    • Method Detail

      • getNodeSelector

        public Map<String,​String> getNodeSelector()
        nodeSelector is the node selector applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `kubernetes.io/os: linux`.

      • setNodeSelector

        public void setNodeSelector​(Map<String,​String> nodeSelector)
        nodeSelector is the node selector applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is `kubernetes.io/os: linux`.

      • getTolerations

        public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
        tolerations is a list of tolerations applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is an empty list.

      • setTolerations

        public void setTolerations​(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
        tolerations is a list of tolerations applied to network diagnostics components


        When omitted, this means the user has no opinion and the platform is left to choose reasonable defaults. These defaults are subject to change over time. The current default is an empty list.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)