Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of about 10,000 for INTERNAL (0.13 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/internal/internal.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package internal
    
    import (
    	"fmt"
    	"sync"
    
    	typed "sigs.k8s.io/structured-merge-diff/v4/typed"
    )
    
    func Parser() *typed.Parser {
    	parserOnce.Do(func() {
    		var err error
    		parser, err = typed.NewParser(schemaYAML)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. pkg/kube/krt/internal.go

    	id             collectionUID
    	collectionName string
    	// Filter over the collection
    	filter *filter
    }
    
    type erasedEventHandler = func(o []Event[any], initialSync bool)
    
    // registerDependency is an internal interface for things that can register dependencies.
    // This is called from Fetch to Collections, generally.
    type registerDependency interface {
    	// Registers a dependency, returning true if it is finalized
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. istioctl/pkg/internaldebug/internal-debug.go

    `,
    		Example: `  # Retrieve sync status for all Envoys in a mesh
      istioctl x internal-debug syncz
    
      # Retrieve sync diff for a single Envoy and Istiod
      istioctl x internal-debug syncz istio-egressgateway-59585c5b9c-ndc59.istio-system
    
      # SECURITY OPTIONS
    
      # Retrieve syncz debug information directly from the control plane, using token security
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:55 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  4. istioctl/pkg/internaldebug/internal-debug_test.go

    Xiaopeng Han <******@****.***> 1710491330 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 08:28:50 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. pkg/apis/flowcontrol/internalbootstrap/default-internal.go

    Abu Kashem <******@****.***> 1697030441 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. hack/verify-internal-modules.sh

    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/verify-generated.sh"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 22 18:39:23 UTC 2023
    - 853 bytes
    - Viewed (0)
  7. hack/update-internal-modules.sh

    # limitations under the License.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    # These are "internal" modules.  For various reasons, we want them to be
    # decoupled from their parent modules.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:38:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. build-logic/uber-plugins/src/main/kotlin/gradlebuild.internal.kotlin.gradle.kts

    Jendrik Johannes <******@****.***> 1607501645 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 666 bytes
    - Viewed (0)
  9. cluster/gce/gci/kube-master-internal-route.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    METADATA_ENDPOINT="http://metadata.google.internal/computeMetadata/v1/instance/attributes/kube-master-internal-ip"
    METADATA_HEADER="Metadata-Flavor: Google"
    ip=$(curl -s --fail ${METADATA_ENDPOINT} -H "${METADATA_HEADER}")
    if [ -n "$ip" ];
    then
        # Check if route is already set if not set it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 14 22:03:05 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  10. build-logic/uber-plugins/src/main/kotlin/gradlebuild.internal.java.gradle.kts

    Jendrik Johannes <******@****.***> 1607501645 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 664 bytes
    - Viewed (0)
Back to top