Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for GetSet (0.16 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/InvalidManagedModelMutationIntegrationTest.groovy

                interface Pet {
                    String getName()
                    void setName(String name)
                }
    
                @Managed
                interface Person {
                    Pet getPet()
                    void setPet(Pet pet)
                }
    
                class Holder {
                    static Person person
                }
    
                class RulePlugin extends RuleSource {
                    @Model
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. cluster/addons/addon-manager/CHANGELOG.md

    ### Version 5.1 (Mon Jul 4 2016 Marek Grabowski <******@****.***>)
     - Fixed the way addon-manager handles non-namespaced objects
    
    ### Version 5 (Fri Jun 24 2016 Jerzy Szczepkowski @jszczepkowski)
     - Added PetSet support to addon manager
    
    ### Version 4 (Tue Jun 21 2016 Mike Danese @mikedanese)
     - Increased addon check interval
    
    ### Version 3 (Sun Jun 19 2016 Lucas Käldström @luxas)
     - Bumped up addon-manager to v3
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 01:39:45 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  3. cmd/auth-handler.go

    		BucketName:      bucketName,
    		ConditionValues: conditions,
    		ObjectName:      objectName,
    		IsOwner:         owner,
    		Claims:          cred.Claims,
    	}) {
    		retSet = true
    	}
    	if byPassSet || retSet {
    		return ErrNone
    	}
    	return ErrAccessDenied
    }
    
    // isPutActionAllowed - check if PUT operation is allowed on the resource, this
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 26K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Node controller no longer force-deletes pods from the api-server. ([#35235](https://github.com/kubernetes/kubernetes/pull/35235), [@foxish](https://github.com/foxish))
      * For StatefulSet (previously PetSet), this change means creation of
        replacement pods is blocked until old pods are definitely not running
        (indicated either by the kubelet returning from partitioned state,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.4.md

    * Node status updater should SetNodeStatusUpdateNeeded if it fails to update status ([#34368](https://github.com/kubernetes/kubernetes/pull/34368), [@jingxu97](https://github.com/jingxu97))
    * Fixed flakes caused by petset tests. ([#35158](https://github.com/kubernetes/kubernetes/pull/35158), [@foxish](https://github.com/foxish))
    * Added rkt binary to GCI ([#35321](https://github.com/kubernetes/kubernetes/pull/35321), [@vishh](https://github.com/vishh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.3.md

    * Copy and display source location prominently on Kubernetes instances ([#27840](https://github.com/kubernetes/kubernetes/pull/27840), [@zmerlynn](https://github.com/zmerlynn))
    * AWS/GCE: Spread PetSet volume creation across zones, create GCE volumes in non-master zones ([#27553](https://github.com/kubernetes/kubernetes/pull/27553), [@justinsb](https://github.com/justinsb))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
Back to top