Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 3,235 for Managed (0.17 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/typeregistration/BaseInstanceFactory.java

                }
    
                if (managedPublicType && !isManaged(internalView)) {
                    throw new IllegalArgumentException(String.format("Internal view '%s' registered for managed type '%s' must be managed", internalView, publicType));
                }
                internalViewRegistrations.add(new InternalViewRegistration<V>(source, internalView));
            }
    
            public void validate() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/projection/ListModelProjectionTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.model.internal.manage.projection
    import org.gradle.model.Managed
    
    class ListModelProjectionTest extends AbstractCollectionModelProjectionTest<String, List<String>> {
    
        @Managed
        static interface Internal {
            List<String> getItems()
        }
    
        @Override
        Class<?> holderType() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/pkg/printers/managedfields.go

    */
    
    package printers
    
    import (
    	"io"
    
    	"k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    // OmitManagedFieldsPrinter wraps an existing printer and omits the managed fields from the object
    // before printing it.
    type OmitManagedFieldsPrinter struct {
    	Delegate ResourcePrinter
    }
    
    var _ ResourcePrinter = (*OmitManagedFieldsPrinter)(nil)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 16 14:52:03 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/certs/renewal/readwriter.go

    	// Write (update) a certificate stored/embedded in a file
    	Write(*x509.Certificate, crypto.Signer) error
    }
    
    // pkiCertificateReadWriter defines a certificateReadWriter for certificate files
    // in the K8s pki managed by kubeadm
    type pkiCertificateReadWriter struct {
    	baseName       string
    	certificateDir string
    }
    
    // newPKICertificateReadWriter return a new pkiCertificateReadWriter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 01 03:09:53 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/fieldmanager.go

    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    )
    
    // FieldManager updates the managed fields and merges applied
    // configurations.
    type FieldManager = internal.FieldManager
    
    // NewDefaultFieldManager creates a new FieldManager that merges apply requests
    // and update managed fields for other types of requests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/LanguageTypeIntegrationTest.groovy

    @UnsupportedWithConfigurationCache(because = "software model")
    class LanguageTypeIntegrationTest extends AbstractIntegrationSpec {
    
        def setup() {
            buildFile << """
            @Managed interface CustomLanguageSourceSet extends LanguageSourceSet {}
    
            class CustomLanguagePlugin extends RuleSource {
                @ComponentType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/phases/workflow/runner.go

    	// the Runner.
    	level int
    
    	// selfPath contains all the elements of the path that identify the phase into
    	// the workflow managed by the Runner.
    	selfPath []string
    
    	// generatedName is the full name of the phase, that corresponds to the absolute
    	// path of the phase in the workflow managed by the Runner.
    	generatedName string
    
    	// use is the phase usage string that will be printed in the workflow help.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 21 05:35:15 UTC 2022
    - 16K bytes
    - Viewed (0)
  8. internal/config/crypto.go

    	"github.com/minio/minio/internal/fips"
    	"github.com/minio/minio/internal/kms"
    	"github.com/secure-io/sio-go"
    	"github.com/secure-io/sio-go/sioutil"
    )
    
    // EncryptBytes encrypts the plaintext with a key managed by KMS.
    // The context is bound to the returned ciphertext.
    //
    // The same context must be provided when decrypting the
    // ciphertext.
    func EncryptBytes(k *kms.KMS, plaintext []byte, context kms.Context) ([]byte, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 23:55:37 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/testdata/deployment/kube-gateway-ambient-redirect-infra.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-gateway-controller
        gateway.networking.k8s.io/gateway-name: default
        istio.io/dataplane-mode: ambient
        istio.io/gateway-name: default
      name: default-istio
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/testdata/deployment/proxy-config-crd.yaml

    kind: Gateway
    metadata:
      annotations:
        gateway.istio.io/controller-version: "5"
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      annotations: {}
      labels:
        gateway.istio.io/managed: istio.io-gateway-controller
        gateway.networking.k8s.io/gateway-name: default
        istio.io/dataplane-mode: none
        istio.io/gateway-name: default
      name: default-istio
      namespace: default
      ownerReferences:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top