Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 432 for 18beta2 (0.18 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/daemonsetcondition.go

    package v1beta2
    
    import (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    // DaemonSetConditionApplyConfiguration represents an declarative configuration of the DaemonSetCondition type for use
    // with apply.
    type DaemonSetConditionApplyConfiguration struct {
    	Type               *v1beta2.DaemonSetConditionType `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)
  3. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metrictarget.go

    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v2beta2
    
    import (
    	v2beta2 "k8s.io/api/autoscaling/v2beta2"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    )
    
    // MetricTargetApplyConfiguration represents an declarative configuration of the MetricTarget type for use
    // with apply.
    type MetricTargetApplyConfiguration struct {
    	Type               *v2beta2.MetricTargetType `json:"type,omitempty"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. pkg/apis/autoscaling/v2beta2/conversion.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 v2beta2
    
    import (
    	autoscalingv2beta2 "k8s.io/api/autoscaling/v2beta2"
    
    	"k8s.io/apimachinery/pkg/conversion"
    	"k8s.io/kubernetes/pkg/apis/autoscaling"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 08 15:16:15 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v2beta2/register.go

    limitations under the License.
    */
    
    package v2beta2
    
    import (
    	autoscalingv2beta2 "k8s.io/api/autoscaling/v2beta2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    const GroupName = "autoscaling"
    
    // SchemeGroupVersion is group version used to register these objects
    var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v2beta2"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 15:07:52 UTC 2018
    - 1.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/conversion/conversion_test.go

    				case "list":
    					_, err = clients["v1beta2"].List(context.TODO(), metav1.ListOptions{})
    				case "create":
    					_, err = clients["v1beta2"].Create(context.TODO(), newConversionMultiVersionFixture(ns, id, "v1beta2"), metav1.CreateOptions{})
    				case "update":
    					_, err = clients["v1beta2"].Update(context.TODO(), objv1beta2, metav1.UpdateOptions{})
    				case "patch":
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 47.1K bytes
    - Viewed (0)
  7. src/internal/gover/gover_test.go

    	{"1.6", "1.19", -1},
    	{"1.19", "1.19.1", -1},
    	{"1.19rc1", "1.19", -1},
    	{"1.19rc1", "1.19.1", -1},
    	{"1.19rc1", "1.19rc2", -1},
    	{"1.19.0", "1.19.1", -1},
    	{"1.19rc1", "1.19.0", -1},
    	{"1.19alpha3", "1.19beta2", -1},
    	{"1.19beta2", "1.19rc1", -1},
    	{"1.1", "1.99999999999999998", -1},
    	{"1.99999999999999998", "1.99999999999999999", -1},
    }
    
    func TestParse(t *testing.T) { test1(t, parseTests, "Parse", Parse) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. src/go/version/version_test.go

    	{"go1.19rc1", "go1.19", -1},
    	{"go1.19rc1", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19rc2", -1},
    	{"go1.19.0", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19.0", -1},
    	{"go1.19alpha3", "go1.19beta2", -1},
    	{"go1.19beta2", "go1.19rc1", -1},
    	{"go1.1", "go1.99999999999999998", -1},
    	{"go1.99999999999999998", "go1.99999999999999999", -1},
    }
    
    func TestLang(t *testing.T) { test1(t, langTests, "Lang", Lang) }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:56:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/deploymentcondition.go

    package v1beta2
    
    import (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    )
    
    // DeploymentConditionApplyConfiguration represents an declarative configuration of the DeploymentCondition type for use
    // with apply.
    type DeploymentConditionApplyConfiguration struct {
    	Type               *v1beta2.DeploymentConditionType `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)
  10. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/metricstatus.go

    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v2beta2
    
    import (
    	v2beta2 "k8s.io/api/autoscaling/v2beta2"
    )
    
    // MetricStatusApplyConfiguration represents an declarative configuration of the MetricStatus type for use
    // with apply.
    type MetricStatusApplyConfiguration 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)
Back to top