Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for apiruntime (0.1 sec)

  1. cmd/kubeadm/app/util/runtime/runtime.go

    func NewContainerRuntime(criSocket string) ContainerRuntime {
    	return &CRIRuntime{
    		impl:      &defaultImpl{},
    		criSocket: criSocket,
    	}
    }
    
    // SetImpl can be used to set the internal implementation for testing purposes.
    func (runtime *CRIRuntime) SetImpl(impl impl) {
    	runtime.impl = impl
    }
    
    // Connect establishes a connection with the CRI runtime.
    func (runtime *CRIRuntime) Connect() error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 06:33:22 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/doc.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.
    */
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 28 22:05:58 UTC 2021
    - 621 bytes
    - Viewed (0)
Back to top