Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 432 for 18beta2 (0.14 sec)

  1. pkg/apis/apps/v1beta2/register.go

    limitations under the License.
    */
    
    package v1beta2
    
    import (
    	appsv1beta2 "k8s.io/api/apps/v1beta2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "apps"
    
    // SchemeGroupVersion is group version used to register these objects
    var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta2"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 17:25:21 UTC 2017
    - 1.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/horizontalpodautoscalercondition.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v2beta2
    
    import (
    	v2beta2 "k8s.io/api/autoscaling/v2beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetcondition.go

    package v1beta2
    
    import (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    // StatefulSetConditionApplyConfiguration represents an declarative configuration of the StatefulSetCondition type for use
    // with apply.
    type StatefulSetConditionApplyConfiguration struct {
    	Type               *v1beta2.StatefulSetConditionType `json:"type,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  4. pkg/apis/apps/v1beta2/zz_generated.defaults.go

    	scheme.AddTypeDefaultingFunc(&v1beta2.DaemonSet{}, func(obj interface{}) { SetObjectDefaults_DaemonSet(obj.(*v1beta2.DaemonSet)) })
    	scheme.AddTypeDefaultingFunc(&v1beta2.DaemonSetList{}, func(obj interface{}) { SetObjectDefaults_DaemonSetList(obj.(*v1beta2.DaemonSetList)) })
    	scheme.AddTypeDefaultingFunc(&v1beta2.Deployment{}, func(obj interface{}) { SetObjectDefaults_Deployment(obj.(*v1beta2.Deployment)) })
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 17 17:31:23 UTC 2021
    - 40K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta2/doc.go

    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    // +groupName=flowcontrol.apiserver.k8s.io
    
    // Package v1beta2 holds api types of version v1alpha1 for group "flowcontrol.apiserver.k8s.io".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 893 bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicasetcondition.go

    package v1beta2
    
    import (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    // ReplicaSetConditionApplyConfiguration represents an declarative configuration of the ReplicaSetCondition type for use
    // with apply.
    type ReplicaSetConditionApplyConfiguration struct {
    	Type               *v1beta2.ReplicaSetConditionType `json:"type,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/versioning_test.go

    	{
    		t.Logf("patch of handler version v1beta2 (storage version) should fail")
    		i := 0
    		noxuNamespacedResourceClientV1beta2 := newNamespacedCustomResourceVersionedClient(ns, dynamicClient, noxuDefinition, "v1beta2") // use the storage version v1beta2
    		err = wait.PollImmediate(time.Millisecond*100, wait.ForeverTestTimeout, func() (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 05 13:10:47 UTC 2021
    - 8.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricspec.go

    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v2beta2
    
    import (
    	v2beta2 "k8s.io/api/autoscaling/v2beta2"
    )
    
    // MetricSpecApplyConfiguration represents an declarative configuration of the MetricSpec type for use
    // with apply.
    type MetricSpecApplyConfiguration struct {
    	Type              *v2beta2.MetricSourceType                        `json:"type,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta2/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 24 20:13:18 UTC 2020
    - 752 bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/v1beta2/register.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta2
    
    import (
    	flowcontrolv1beta2 "k8s.io/api/flowcontrol/v1beta2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "flowcontrol.apiserver.k8s.io"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 1.6K bytes
    - Viewed (0)
Back to top