Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 146 for dofiles (0.19 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"chapAuthDiscovery": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
    	"chapAuthSession":   "chapAuthSession defines whether support iSCSI Session CHAP authentication",
    	"secretRef":         "secretRef is the CHAP Secret for iSCSI target and initiator authentication",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    	"istio.io/istio/pkg/wellknown"
    )
    
    // inboundChainConfig defines the configuration for a single inbound filter chain. This may be created
    // as a result of a Service, and Sidecar CR, or for the built-in passthrough filter chains.
    type inboundChainConfig struct {
    	// clusterName defines the destination cluster for this chain
    	clusterName string
    	// port defines the port configuration for this chain. Note that there is a Port and TargetPort;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. pkg/security/security.go

    	CertChainFilePath string
    	// The path for an existing key file
    	KeyFilePath string
    	// The path for an existing root certificate bundle
    	RootCertFilePath string
    }
    
    // Client interface defines the clients need to implement to talk to CA for CSR.
    // The Agent will create a key pair and a CSR, and use an implementation of this
    // interface to get back a signed certificate. There is no guarantee that the SAN
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  4. pkg/kubeapiserver/default_storage_factory_builder.go

    	{Group: "extensions", Resource: "ingresses"}:        "ingress",
    	{Group: "networking.k8s.io", Resource: "ingresses"}: "ingress",
    }
    
    // DefaultWatchCacheSizes defines default resources for which watchcache
    // should be disabled.
    func DefaultWatchCacheSizes() map[schema.GroupResource]int {
    	return map[schema.GroupResource]int{
    		{Resource: "events"}:                         0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// volumeMode defines if a volume is intended to be used with a formatted filesystem
    	// or to remain in raw block state. Value of Filesystem is implied when not included in spec.
    	// +optional
    	VolumeMode *PersistentVolumeMode `json:"volumeMode,omitempty" protobuf:"bytes,8,opt,name=volumeMode,casttype=PersistentVolumeMode"`
    	// nodeAffinity defines constraints that limit what nodes this volume can be accessed from.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/values.yaml

        # Allows user to set custom affinity for the DaemonSet
        affinity: {}
    
        # Custom annotations on pod level, if you need them
        podAnnotations: {}
    
        # Deploy the config files as plugin chain (value "true") or as standalone files in the conf dir (value "false")?
        # Some k8s flavors (e.g. OpenShift) do not support the chain approach, set to false if this is the case
        chained: true
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. prow/config/calico.yaml

                    type: array
                  logDebugFilenameRegex:
                    description: LogDebugFilenameRegex controls which source code files
                      have their Debug log output included in the logs. Only logs from
                      files with names that match the given regular expression are included.  The
                      filter only applies to Debug level logs.
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  8. pilot/pkg/model/service.go

    	Passthrough
    	// DNSRoundRobinLB implies that the proxy will resolve a DNS address and forward to the resolved address
    	DNSRoundRobinLB
    	// Alias defines a Service that is an alias for another.
    	Alias
    )
    
    // String converts Resolution in to String.
    func (resolution Resolution) String() string {
    	switch resolution {
    	case ClientSideLB:
    		return "ClientSide"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/RunTasksBeforeRunActionCrossVersion.groovy

            assertHasConfigureSuccessfulLogging()
    
            where:
            description                                        | configuration
            "build logic does not define any additional tasks" | ""
            "build logic defines default tasks"                | "defaultTasks = ['broken']"
            "build logic injects tasks into start param"       | "gradle.startParameter.taskNames = ['broken']"
        }
    
        // older versions do not run any tasks
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  10. samples/bookinfo/platform/kube/bookinfo-psa.yaml

    #   See the License for the specific language governing permissions and
    #   limitations under the License.
    
    ##################################################################################################
    # This file defines the same services, service accounts, and deployments as bookinfo.yaml with
    # added securityContext fields to allow the bookinfo demo to run on a PodSecurityAdmission
    # enabled cluster that enforces the baseline policy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top