Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for injectionTemplates (0.22 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.proto

      repeated google.protobuf.Struct additionalContainers = 24;
    
      google.protobuf.BoolValue runAsRoot = 26;
    
      // The injection template to use for the gateway. If not set, no injection will be performed.
      string injectionTemplate = 27;
    
      ServiceAccount serviceAccount = 28;
    
      // Defines which IP family to use for single stack or the order of IP families for dual-stack.
      // Valid list items are "IPv4", "IPv6".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The injection template to use for the gateway. If not set, no injection will be performed.
    	InjectionTemplate string          `protobuf:"bytes,27,opt,name=injectionTemplate,proto3" json:"injectionTemplate,omitempty"`
    	ServiceAccount    *ServiceAccount `protobuf:"bytes,28,opt,name=serviceAccount,proto3" json:"serviceAccount,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    "security" and value "S1". podAntiAffinityLabel: [] podAntiAffinityTermL: [] # whether to run the gateway in a privileged container runAsRoot: false # The injection template to use for the gateway. If not set, no injection will be performed. injectionTemplate: "" # Revision is set as 'version' label and part of the resource names when installing multiple control planes. revision: "" # For Helm compatibility. ownerName: "" global: # set the default set of namespaces to which services, service entries,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top