Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Namespace$2 (0.07 sec)

  1. common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // Name of the resource being referenced.
      optional string name = 1;
    
      // Namespace of the referenced resource.
      // Should be empty for the cluster-scoped resources
      // +optional
      optional string namespace = 2;
    }
    
    // TypeChecking contains results of type checking the expressions in the
    // ValidatingAdmissionPolicy
    message TypeChecking {
      // The type checking warnings for each expression.
      // +optional
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. istioctl/pkg/proxyconfig/proxyconfig.go

    	var podName1, podName2, podNamespace1, podNamespace2 string
    
    	rootCACompareConfigCmd := &cobra.Command{
    		Use:   "rootca-compare [pod/]<name-1>[.<namespace-1>] [pod/]<name-2>[.<namespace-2>]",
    		Short: "Compare ROOTCA values for the two given pods",
    		Long:  `Compare ROOTCA values for given 2 pods to check the connectivity between them.`,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 15:53:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string kind = 1;
    
      // Namespace of the referent.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
      // +optional
      optional string namespace = 2;
    
      // Name of the referent.
      // More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      // +optional
      optional string name = 3;
    
      // UID of the referent.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. test-site/activator-launch-1.3.2.jar

    org.apache.ivy.core.module.id.ModuleRevisionId transform(org.apache.ivy.core.module.id.ModuleRevisionId); public final boolean isIdentity(); } org/apache/ivy/plugins/namespace/Namespace$2.class package org.apache.ivy.plugins.namespace; final synchronized class Namespace$2 implements NamespaceTransformer { void Namespace$2(Namespace); public final org.apache.ivy.core.module.id.ModuleRevisionId transform(org.apache.ivy.core.module.id.ModuleRevisionId); public final boolean isIdentity(); } org/apac...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top