Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,543 for constructs (0.33 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/loadbalancerstatus.go

    // with apply.
    type LoadBalancerStatusApplyConfiguration struct {
    	Ingress []LoadBalancerIngressApplyConfiguration `json:"ingress,omitempty"`
    }
    
    // LoadBalancerStatusApplyConfiguration constructs an declarative configuration of the LoadBalancerStatus type for use with
    // apply.
    func LoadBalancerStatus() *LoadBalancerStatusApplyConfiguration {
    	return &LoadBalancerStatusApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podreadinessgate.go

    // with apply.
    type PodReadinessGateApplyConfiguration struct {
    	ConditionType *v1.PodConditionType `json:"conditionType,omitempty"`
    }
    
    // PodReadinessGateApplyConfiguration constructs an declarative configuration of the PodReadinessGate type for use with
    // apply.
    func PodReadinessGate() *PodReadinessGateApplyConfiguration {
    	return &PodReadinessGateApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/IdentityFileResolver.java

     * limitations under the License.
     */
    package org.gradle.api.internal.file;
    
    import java.io.File;
    
    /**
     * FileResolver that uses the file provided to it or constructs one from the toString of the provided object. Used in cases where a FileResolver is needed by the infrastructure, but no base directory
     * can be known.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/core/tensor_spec.h

    // necessarily a problem. If it turns out later that we really need a name
    // attribute here, we can always add it back in; but let's see how far we can
    // get without it."
    class TensorSpec {
     public:
      // Constructs a scalar, DT_FLOAT TensorSpec
      TensorSpec();
    
      TensorSpec(PartialTensorShape shape, DataType dtype);
    
      explicit TensorSpec(const TensorSpecProto& proto);
    
      const PartialTensorShape& shape() const;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 29 23:11:59 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. tensorflow/cc/ops/while_loop.h

    typedef std::function<Status(const Scope&, const std::vector<Output>& inputs,
                                 std::vector<Output>* outputs)>
        BodyGraphBuilderFn;
    
    // Constructs a while loop.
    //
    // Arguments:
    // * scope: used to construct the while loop.
    // * inputs: the initial values of the loop variables. Must be non-empty.
    // * cond: a function that builds the condition graph of the loop. Takes the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Sep 24 08:24:58 UTC 2020
    - 3.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/externaldocumentation.go

    // with apply.
    type ExternalDocumentationApplyConfiguration struct {
    	Description *string `json:"description,omitempty"`
    	URL         *string `json:"url,omitempty"`
    }
    
    // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with
    // apply.
    func ExternalDocumentation() *ExternalDocumentationApplyConfiguration {
    	return &ExternalDocumentationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/externaldocumentation.go

    // with apply.
    type ExternalDocumentationApplyConfiguration struct {
    	Description *string `json:"description,omitempty"`
    	URL         *string `json:"url,omitempty"`
    }
    
    // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with
    // apply.
    func ExternalDocumentation() *ExternalDocumentationApplyConfiguration {
    	return &ExternalDocumentationApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1/expressionwarning.go

    // with apply.
    type ExpressionWarningApplyConfiguration struct {
    	FieldRef *string `json:"fieldRef,omitempty"`
    	Warning  *string `json:"warning,omitempty"`
    }
    
    // ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with
    // apply.
    func ExpressionWarning() *ExpressionWarningApplyConfiguration {
    	return &ExpressionWarningApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetupdatestrategy.go

    	RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
    }
    
    // StatefulSetUpdateStrategyApplyConfiguration constructs an declarative configuration of the StatefulSetUpdateStrategy type for use with
    // apply.
    func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration {
    	return &StatefulSetUpdateStrategyApplyConfiguration{}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/autoscaling/v2beta2/externalmetricstatus.go

    	Metric  *MetricIdentifierApplyConfiguration  `json:"metric,omitempty"`
    	Current *MetricValueStatusApplyConfiguration `json:"current,omitempty"`
    }
    
    // ExternalMetricStatusApplyConfiguration constructs an declarative configuration of the ExternalMetricStatus type for use with
    // apply.
    func ExternalMetricStatus() *ExternalMetricStatusApplyConfiguration {
    	return &ExternalMetricStatusApplyConfiguration{}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 2.1K bytes
    - Viewed (0)
Back to top